From e0d4af50626f46dcc84612aff427c6db13cc4270 Mon Sep 17 00:00:00 2001 From: Jayapal Date: Thu, 10 Jul 2014 14:54:05 +0530 Subject: [PATCH] CLOUDSTACK-7092: Disabled icmp redirects in VR --- systemvm/patches/debian/config/etc/sysctl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systemvm/patches/debian/config/etc/sysctl.conf b/systemvm/patches/debian/config/etc/sysctl.conf index 961d471dfa9..c8f4bfb0833 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