diff options
author | hagbard <vyosdev@derith.de> | 2019-01-08 13:54:25 -0800 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-01-08 13:54:25 -0800 |
commit | f8f6c5d391017796242bb9feb010ba980e280c58 (patch) | |
tree | 2aa80ef9a3b6eb9c7622feab880cb722d67d1c6a /data/live-build-config/hooks/live | |
parent | 394bee00f7473c3d397b3d47930999fd9f1f93d1 (diff) | |
download | vyos-build-f8f6c5d391017796242bb9feb010ba980e280c58.tar.gz vyos-build-f8f6c5d391017796242bb9feb010ba980e280c58.zip |
Type fixed.
Diffstat (limited to 'data/live-build-config/hooks/live')
-rwxr-xr-x | data/live-build-config/hooks/live/08-sysconf.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/08-sysconf.chroot b/data/live-build-config/hooks/live/08-sysconf.chroot index f6607410..b7b2f831 100755 --- a/data/live-build-config/hooks/live/08-sysconf.chroot +++ b/data/live-build-config/hooks/live/08-sysconf.chroot @@ -38,7 +38,7 @@ update_sysctl_conf net.ipv4.ip_forward 1 \ # "enable ipv6 forwarding" update_sysctl_conf net.core.rmem_max 223232 \ "maximize netlink buffers" -update_sysctl_conf net.ipv4.conf.all.send_redirects 0 +update_sysctl_conf net.ipv4.conf.all.send_redirects 0 \ "disable IPv4 ICMP redirects" # Local Variables: |