Correct variable name in set_net6_configuration

Change-Id: I93d1f484b7a6cc7b24ebb3209866c5e984a8a1d2
This commit is contained in:
Jarrod Johnson 2023-01-31 15:02:22 -05:00
parent 4c27c21d33
commit a3e1595c7e
1 changed files with 1 additions and 1 deletions

View File

@ -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()