Repository: cloudstack Updated Branches: refs/heads/4.4 29b09b1e2 -> 7703b2fab
CLOUDSTACK-7092: Disabled icmp redirects in VR (cherry picked from commit e0d4af50626f46dcc84612aff427c6db13cc4270) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7703b2fa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7703b2fa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7703b2fa Branch: refs/heads/4.4 Commit: 7703b2fab3eec92f148c2259a7457c75c6c49906 Parents: 29b09b1 Author: Jayapal <jaya...@apache.org> Authored: Thu Jul 10 14:54:05 2014 +0530 Committer: Daan Hoogland <d...@onecht.net> Committed: Tue Jul 15 22:13:32 2014 +0200 ---------------------------------------------------------------------- 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/7703b2fa/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