From a51597b6b32aacb917dec826708891d0771c9b13 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 3 Sep 2023 14:50:57 +0200 Subject: [PATCH] remove readonly option mc_forwarding --- templates/etc/sysctl.d/99-local.conf.j2 | 3 --- 1 file changed, 3 deletions(-) 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