add comment on disablement of IPV6 on AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3487 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-06-02 11:38:34 +00:00
parent e965589467
commit f3bb891229

View File

@ -8,7 +8,7 @@ BEGIN
my $inet6support;
$inet6support=eval { require Socket6 };
if ($^O =~ /^aix/i) {
if ($^O =~ /^aix/i) { # disable AIX IPV6 TODO fix
$inet6support = 0;
}
if ($inet6support) {