Skip to content

Commit

Permalink
[NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE
Browse files Browse the repository at this point in the history
IP6_NF_TARGET_NFQUEUE depends on IP6_NF_IPTABLES, not IP_NF_IPTABLES.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 19, 2005
1 parent 0476f17 commit 31cb5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ config IP6_NF_TARGET_REJECT

config IP6_NF_TARGET_NFQUEUE
tristate "NFQUEUE Target Support"
depends on IP_NF_IPTABLES
depends on IP6_NF_IPTABLES
help
This Target replaced the old obsolete QUEUE target.

Expand Down

0 comments on commit 31cb5bd

Please sign in to comment.