From 0292afaf23935e77957ad85fd9ae7063c26d63bc Mon Sep 17 00:00:00 2001 From: Demon000 Date: Sat, 27 Jul 2019 22:39:48 +0200 Subject: [PATCH] net: disable bridge netfilter module --- net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/Kconfig b/net/Kconfig index 6870f6c838e5..9592540df140 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -190,6 +190,7 @@ config BRIDGE_NETFILTER depends on NETFILTER && INET depends on NETFILTER_ADVANCED select NETFILTER_FAMILY_BRIDGE + default n ---help--- Enabling this option will let arptables resp. iptables see bridged ARP resp. IP traffic. If you want a bridging firewall, you probably