You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
The NETFILTER_ADVANCED option hides lots of the rather obscure netfilter options when disabled and provides defaults (M) that should allow to run a distribution firewall without further thinking. Defaults to 'y' to avoid breaking current configurations. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
34498825cb
commit
33b8e77605
+12
@@ -144,9 +144,21 @@ config NETFILTER_DEBUG
|
||||
You can say Y here if you want to get additional messages useful in
|
||||
debugging the netfilter code.
|
||||
|
||||
config NETFILTER_ADVANCED
|
||||
bool "Advanced netfilter configuration"
|
||||
depends on NETFILTER
|
||||
default y
|
||||
help
|
||||
If you say Y here you can select between all the netfilter modules.
|
||||
If you say N the more ununsual ones will not be shown and the
|
||||
basic ones needed by most people will default to 'M'.
|
||||
|
||||
If unsure, say Y.
|
||||
|
||||
config BRIDGE_NETFILTER
|
||||
bool "Bridged IP/ARP packets filtering"
|
||||
depends on BRIDGE && NETFILTER && INET
|
||||
depends on NETFILTER_ADVANCED
|
||||
default y
|
||||
---help---
|
||||
Enabling this option will let arptables resp. iptables see bridged
|
||||
|
||||
Reference in New Issue
Block a user