From 5390ee976343102bf2f5f54d02411717b1058932 Mon Sep 17 00:00:00 2001 From: Alfons Zitterbacke Date: Thu, 5 Dec 2013 10:13:55 +0100 Subject: [PATCH] added AIX network facts --- library/system/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/system/setup b/library/system/setup index a5efcf5a91b..485cb456d90 100755 --- a/library/system/setup +++ b/library/system/setup @@ -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'