mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user