You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/07/14 15:37:31 UTC

[27/44] git commit: updated refs/heads/vpc-toolkit-hugo to 1ad1883

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 <ja...@apache.org>
Authored: Thu Jul 10 14:54:05 2014 +0530
Committer: Jayapal <ja...@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