Skip to content

Commit

Permalink
stop forcing IP forwarding on
Browse files Browse the repository at this point in the history
calls to sysctl fail within a docker container due to ewindisch/dockenstack#11
so lets try without it
  • Loading branch information
ccrouch committed Oct 20, 2014
1 parent 2f1261b commit 3917119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ if is_service_enabled n-net q-dhcp; then
fi

# Force IP forwarding on, just in case
sudo sysctl -w net.ipv4.ip_forward=1
#sudo sysctl -w net.ipv4.ip_forward=1
fi


Expand Down

0 comments on commit 3917119

Please sign in to comment.