added AIX network facts

pull/4420/head
Alfons Zitterbacke 2013-12-05 10:13:55 +01:00
parent cc783b3e1b
commit 5390ee9763
1 changed files with 1 additions and 1 deletions

View File

@ -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'