parent
d7b61db6dc
commit
11707576a3
1 changed files with 1 additions and 1 deletions
|
@ -2355,7 +2355,7 @@ class AIXNetwork(GenericBsdIfconfigNetwork, Network):
|
|||
return interface['v4'], interface['v6']
|
||||
|
||||
# AIX 'ifconfig -a' does not have three words in the interface line
|
||||
def get_interfaces_info(self, ifconfig_path, ifconfig_options):
|
||||
def get_interfaces_info(self, ifconfig_path, ifconfig_options='-a'):
|
||||
interfaces = {}
|
||||
current_if = {}
|
||||
ips = dict(
|
||||
|
|
Loading…
Reference in a new issue