CLOUDSTACK-7092: Disabled icmp redirects in VR
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e0d4af50 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e0d4af50 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e0d4af50 Branch: refs/heads/vpc-toolkit-hugo Commit: e0d4af50626f46dcc84612aff427c6db13cc4270 Parents: 61fe959 Author: Jayapal <jaya...@apache.org> Authored: Thu Jul 10 14:54:05 2014 +0530 Committer: Jayapal <jaya...@apache.org> Committed: Thu Jul 10 15:17:50 2014 +0530 ---------------------------------------------------------------------- systemvm/patches/debian/config/etc/sysctl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e0d4af50/systemvm/patches/debian/config/etc/sysctl.conf ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/etc/sysctl.conf b/systemvm/patches/debian/config/etc/sysctl.conf index 961d471..c8f4bfb 100644 --- a/systemvm/patches/debian/config/etc/sysctl.conf +++ b/systemvm/patches/debian/config/etc/sysctl.conf @@ -24,7 +24,8 @@ net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.default.accept_redirects = 0 net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.default.send_redirects = 0 - +net.ipv4.conf.all.secure_redirects = 0 +net.ipv4.conf.default.secure_redirects = 0 # Controls the System Request debugging functionality of the kernel kernel.sysrq = 0