Skip to content

Commit e0d4af5

Browse files
author
Jayapal
committed
CLOUDSTACK-7092: Disabled icmp redirects in VR
1 parent 61fe959 commit e0d4af5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

systemvm/patches/debian/config/etc/sysctl.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ net.ipv4.conf.all.accept_redirects = 0
2424
net.ipv4.conf.default.accept_redirects = 0
2525
net.ipv4.conf.all.send_redirects = 0
2626
net.ipv4.conf.default.send_redirects = 0
27-
27+
net.ipv4.conf.all.secure_redirects = 0
28+
net.ipv4.conf.default.secure_redirects = 0
2829

2930
# Controls the System Request debugging functionality of the kernel
3031
kernel.sysrq = 0

0 commit comments

Comments
 (0)