Commit 297c5dee authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[IPV6]: Prevent IPV6=m and IP6_NF_QUEUE=y

parent fbb39d77
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
menu "IPv6: Netfilter Configuration" menu "IPv6: Netfilter Configuration"
depends on INET && IPV6!=n && NETFILTER depends on INET && IPV6 && NETFILTER
#tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK #tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK
#if [ "$CONFIG_IP6_NF_CONNTRACK" != "n" ]; then #if [ "$CONFIG_IP6_NF_CONNTRACK" != "n" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment