From e9655894677eaa2e43ac8f036441ff1d661c9407 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 2 Jun 2009 11:38:23 +0000 Subject: [PATCH] add comment on disablement of IPV6 on AIX git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3486 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 355c6669e..87a8224c9 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -32,7 +32,7 @@ my $plugin_numchildren=0; my %plugin_children; my $inet6support; $inet6support=eval { require Socket6 }; -if ($^O =~ /^aix/i) { +if ($^O =~ /^aix/i) { # disable AIX IPV6 TODO $inet6support = 0; } if ($inet6support) {