diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 58ed2f4199dc..b6a5d454f2ff 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -144,9 +144,21 @@ config NETFILTER_DEBUG | |||
144 | You can say Y here if you want to get additional messages useful in | 144 | You can say Y here if you want to get additional messages useful in |
145 | debugging the netfilter code. | 145 | debugging the netfilter code. |
146 | 146 | ||
147 | config NETFILTER_ADVANCED | ||
148 | bool "Advanced netfilter configuration" | ||
149 | depends on NETFILTER | ||
150 | default y | ||
151 | help | ||
152 | If you say Y here you can select between all the netfilter modules. | ||
153 | If you say N the more ununsual ones will not be shown and the | ||
154 | basic ones needed by most people will default to 'M'. | ||
155 | |||
156 | If unsure, say Y. | ||
157 | |||
147 | config BRIDGE_NETFILTER | 158 | config BRIDGE_NETFILTER |
148 | bool "Bridged IP/ARP packets filtering" | 159 | bool "Bridged IP/ARP packets filtering" |
149 | depends on BRIDGE && NETFILTER && INET | 160 | depends on BRIDGE && NETFILTER && INET |
161 | depends on NETFILTER_ADVANCED | ||
150 | default y | 162 | default y |
151 | ---help--- | 163 | ---help--- |
152 | Enabling this option will let arptables resp. iptables see bridged | 164 | Enabling this option will let arptables resp. iptables see bridged |