added AIX network facts

This commit is contained in:
Alfons Zitterbacke 2013-12-05 10:13:55 +01:00
parent f556151c56
commit f37a217a33

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'