summaryrefslogtreecommitdiffstats
path: root/net/ipv6/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/Config.in')
-rw-r--r--net/ipv6/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv6/Config.in b/net/ipv6/Config.in
index 80498a9fe..dd313de81 100644
--- a/net/ipv6/Config.in
+++ b/net/ipv6/Config.in
@@ -12,3 +12,7 @@ if [ "$CONFIG_NETLINK" = "y" ]; then
fi
#bool ' IPv6: flow policy support' CONFIG_RT6_POLICY
#bool ' IPv6: firewall support' CONFIG_IPV6_FIREWALL
+
+if [ "$CONFIG_NETFILTER" != "n" ]; then
+ source net/ipv6/netfilter/Config.in
+fi