remove readonly option mc_forwarding
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-09-03 14:50:57 +02:00
parent a8acfc8b46
commit a51597b6b3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ net.core.bpf_jit_harden = 2
# Disable Bootstrap protocol, as it is superseded by DHCP
net.ipv4.conf.all.bootp_relay = 0
# Disable forwarding of multicast packets on all interfaces
net.ipv4.conf.all.mc_forwarding = 0
# Disable the ARP proxy on all interfaces
net.ipv4.conf.all.proxy_arp = 0