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: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
77d7358995
commit
2203eb4760
@@ -136,6 +136,16 @@ 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_TARGET_LOG
|
||||||
|
tristate "LOG target support"
|
||||||
|
depends on IP6_NF_IPTABLES
|
||||||
|
default m if NETFILTER_ADVANCED=n
|
||||||
|
help
|
||||||
|
This option adds a `LOG' target, which allows you to create rules in
|
||||||
|
any iptables table which records the packet header to the syslog.
|
||||||
|
|
||||||
|
To compile it as a module, choose M here. If unsure, say N.
|
||||||
|
|
||||||
config IP6_NF_FILTER
|
config IP6_NF_FILTER
|
||||||
tristate "Packet filtering"
|
tristate "Packet filtering"
|
||||||
depends on IP6_NF_IPTABLES
|
depends on IP6_NF_IPTABLES
|
||||||
@@ -147,16 +157,6 @@ config IP6_NF_FILTER
|
|||||||
|
|
||||||
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
|
|
||||||
tristate "LOG target support"
|
|
||||||
depends on IP6_NF_FILTER
|
|
||||||
default m if NETFILTER_ADVANCED=n
|
|
||||||
help
|
|
||||||
This option adds a `LOG' target, which allows you to create rules in
|
|
||||||
any iptables table which records the packet header to the syslog.
|
|
||||||
|
|
||||||
To compile it as a module, choose M here. If unsure, say N.
|
|
||||||
|
|
||||||
config IP6_NF_TARGET_REJECT
|
config IP6_NF_TARGET_REJECT
|
||||||
tristate "REJECT target support"
|
tristate "REJECT target support"
|
||||||
depends on IP6_NF_FILTER
|
depends on IP6_NF_FILTER
|
||||||
|
Reference in New Issue
Block a user