X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fresources%2Fharden_os.sh;h=89ff36357611c1baeecabb427e68c38023589971;hb=HEAD;hp=6cc4e31766a8a406e51ab0f9d8f1b2407953d0d5;hpb=dcec79d259e8c96986d1d34a3ddd7a3268f83bf7;p=icn.git diff --git a/deploy/cluster/resources/harden_os.sh b/deploy/cluster/resources/harden_os.sh index 6cc4e31..89ff363 100644 --- a/deploy/cluster/resources/harden_os.sh +++ b/deploy/cluster/resources/harden_os.sh @@ -153,6 +153,8 @@ net.ipv4.conf.default.accept_redirects = 0 net.ipv4.conf.default.accept_source_route = 0 net.ipv4.conf.default.log_martians = 1 net.ipv6.conf.all.accept_redirects = 0 +# TODO forwarding required by k8s +net.ipv6.conf.all.forwarding = 1 net.ipv6.conf.default.accept_redirects = 0 EOF sysctl --system