added AIX network facts
This commit is contained in:
parent
f556151c56
commit
f37a217a33
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ class FreeBSDNetwork(GenericBsdIfconfigNetwork, Network):
|
||||||
|
|
||||||
class AIXNetwork(GenericBsdIfconfigNetwork, Network):
|
class AIXNetwork(GenericBsdIfconfigNetwork, Network):
|
||||||
"""
|
"""
|
||||||
This is the FreeBSD Network Class.
|
This is the AIX Network Class.
|
||||||
It uses the GenericBsdIfconfigNetwork unchanged.
|
It uses the GenericBsdIfconfigNetwork unchanged.
|
||||||
"""
|
"""
|
||||||
platform = 'AIX'
|
platform = 'AIX'
|
||||||
|
|
Loading…
Reference in a new issue