diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-23 14:09:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-23 14:09:18 +0000 |
commit | 76148cce09387bb0e283c0808becfe8fcf4ba158 (patch) | |
tree | 8c177e6b44c671a80ffb71afe5743732999952c5 | |
parent | Updating. (diff) | |
download | system-images-76148cce09387bb0e283c0808becfe8fcf4ba158.tar.xz system-images-76148cce09387bb0e283c0808becfe8fcf4ba158.zip |
Updating.
-rwxr-xr-x | share/images/container-server/config/hooks/normal/0003-ip-forward.chroot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/images/container-server/config/hooks/normal/0003-ip-forward.chroot b/share/images/container-server/config/hooks/normal/0003-ip-forward.chroot new file mode 100755 index 0000000..8b5f9a8 --- /dev/null +++ b/share/images/container-server/config/hooks/normal/0003-ip-forward.chroot @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +echo "net.ipv4.ip_forward = 1" > /etc/sysctl.d/ip_foward.conf |