Commit 2203eb47 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Patrick McHardy

netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG

ip6t_LOG does certainly not depend on the filter table.
(Also, move it so that menuconfig still displays it correctly.)
Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 77d73589
...@@ -136,24 +136,24 @@ config IP6_NF_MATCH_EUI64 ...@@ -136,24 +136,24 @@ config IP6_NF_MATCH_EUI64
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
# The targets # The targets
config IP6_NF_FILTER config IP6_NF_TARGET_LOG
tristate "Packet filtering" tristate "LOG target support"
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
default m if NETFILTER_ADVANCED=n default m if NETFILTER_ADVANCED=n
help help
Packet filtering defines a table `filter', which has a series of This option adds a `LOG' target, which allows you to create rules in
rules for simple packet filtering at local input, forwarding and any iptables table which records the packet header to the syslog.
local output. See the man page for iptables(8).
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_TARGET_LOG config IP6_NF_FILTER
tristate "LOG target support" tristate "Packet filtering"
depends on IP6_NF_FILTER depends on IP6_NF_IPTABLES
default m if NETFILTER_ADVANCED=n default m if NETFILTER_ADVANCED=n
help help
This option adds a `LOG' target, which allows you to create rules in Packet filtering defines a table `filter', which has a series of
any iptables table which records the packet header to the syslog. rules for simple packet filtering at local input, forwarding and
local output. See the man page for iptables(8).
To compile it as a module, choose M here. If unsure, say N. To compile it as a module, choose M here. If unsure, say N.
......
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