1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added AIX network facts

This commit is contained in:
Alfons Zitterbacke 2013-12-05 10:13:55 +01:00
parent cc783b3e1b
commit 5390ee9763

View file

@ -1787,7 +1787,7 @@ class FreeBSDNetwork(GenericBsdIfconfigNetwork, Network):
class AIXNetwork(GenericBsdIfconfigNetwork, Network):
"""
This is the FreeBSD Network Class.
This is the AIX Network Class.
It uses the GenericBsdIfconfigNetwork unchanged.
"""
platform = 'AIX'