-Fix AAsn.pm error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6164 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-05-19 12:30:46 +00:00
parent 18234de443
commit 5deff624d6

View File

@ -1264,12 +1264,12 @@ sub setup_ip_forwarding
`echo "net.ipv4.ip_forward = 1" >> $conf_file`;
}
$rc = `sysctl -p $conf_file`;
return $rc;
}
else
{ #AIX: TODO
}
return $rc;
}