ipforwarding on sn for AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6285 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-06-01 14:27:13 +00:00
parent 38cf89b417
commit a90e82012a

View File

@ -361,7 +361,8 @@ sub setup_ip_forwarding
`sysctl -p $conf_file`;
}
else
{ #AIX: TODO
{
`no -o ipforwarding=$enable`;
}
return 0;
}