aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index cd549aea84f0..da07e9a88ee9 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -42,7 +42,8 @@ config IP6_NF_QUEUE
42 42
43config IP6_NF_IPTABLES 43config IP6_NF_IPTABLES
44 tristate "IP6 tables support (required for filtering)" 44 tristate "IP6 tables support (required for filtering)"
45 depends on INET && IPV6 && EXPERIMENTAL && NETFILTER_XTABLES 45 depends on INET && IPV6 && EXPERIMENTAL
46 select NETFILTER_XTABLES
46 help 47 help
47 ip6tables is a general, extensible packet identification framework. 48 ip6tables is a general, extensible packet identification framework.
48 Currently only the packet filtering and packet mangling subsystem 49 Currently only the packet filtering and packet mangling subsystem