mirror of
https://opendev.org/x/pyghmi
synced 2026-03-31 15:23:31 +00:00
Correct variable name in set_net6_configuration
Change-Id: I93d1f484b7a6cc7b24ebb3209866c5e984a8a1d2
This commit is contained in:
@@ -870,7 +870,7 @@ class Command(object):
|
||||
self._oem.clear_system_configuration()
|
||||
|
||||
def set_net6_configuration(self, static_addresses=None, static_gateway=None, channel=None):
|
||||
if static_addrs is None and static_gateway is None:
|
||||
if static_addresses is None and static_gateway is None:
|
||||
return
|
||||
if channel is None:
|
||||
channel = self.get_network_channel()
|
||||
|
||||
Reference in New Issue
Block a user