fix the unknown keys bug.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11526 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2012-02-09 11:36:25 +00:00
parent 3e4156b864
commit 0c37139db0

View File

@ -404,7 +404,7 @@ sub setup_ip_forwarding
} else {
`echo "net.ipv4.ip_forward = $enable" >> $conf_file`;
}
`sysctl -p $conf_file`;
`sysctl -e -p $conf_file`; # workaround for redhat bug 639821
}
else
{