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:
parent
3e4156b864
commit
0c37139db0
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user