diff --git a/templates/etc/sysctl.d/99-local.conf.j2 b/templates/etc/sysctl.d/99-local.conf.j2 index 0901375..7268fec 100644 --- a/templates/etc/sysctl.d/99-local.conf.j2 +++ b/templates/etc/sysctl.d/99-local.conf.j2 @@ -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