From f37a217a3368d08e642f38e8e0ca740479753d14 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 --- system/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/setup b/system/setup index a5efcf5a91b..485cb456d90 100755 --- a/system/setup +++ b/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'