mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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…
Add table
Reference in a new issue