mirror of https://github.com/apache/cloudstack.git
bug 9495: Fix DomR logging error on boot
status: resolved fixed
This commit is contained in:
parent
f06818704b
commit
e92d00d3bf
|
|
@ -163,6 +163,7 @@ setup_interface() {
|
|||
}
|
||||
|
||||
enable_fwding() {
|
||||
local enabled=$1
|
||||
log_it "cloud: enable_fwding = $1"
|
||||
log_it "enable_fwding = $1"
|
||||
echo "$1" > /proc/sys/net/ipv4/ip_forward
|
||||
|
|
|
|||
Loading…
Reference in New Issue