CLOUDSTACK-7092: Disabled icmp redirects in VR

This commit is contained in:
Jayapal 2014-07-10 14:54:05 +05:30
parent 61fe959bb4
commit e0d4af5062

View File

@ -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