aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-02-12 14:15:02 -0500
committerDavid S. Miller <davem@davemloft.net>2007-02-12 14:15:02 -0500
commita3c941b08d73e26af9030d34a73a1992cfff1703 (patch)
tree8da2c5caf2f197a2bf84bb20563f381c757d61e7 /net/ipv4
parent891350c9d168a7d58a193a67a1d107c23f9c2eb1 (diff)
[NETFILTER]: Kconfig: improve dependency handling
Instead of depending on internally needed options and letting users figure out what is needed, select them when needed: - IP_NF_IPTABLES, IP_NF_ARPTABLES and IP6_NF_IPTABLES select NETFILTER_XTABLES - NETFILTER_XT_TARGET_CONNMARK, NETFILTER_XT_MATCH_CONNMARK and IP_NF_TARGET_CLUSTERIP select NF_CONNTRACK_MARK - NETFILTER_XT_MATCH_CONNBYTES selects NF_CT_ACCT Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 9b08e7ad71b..601808c796e 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -226,7 +226,7 @@ config IP_NF_QUEUE
226 226
227config IP_NF_IPTABLES 227config IP_NF_IPTABLES
228 tristate "IP tables support (required for filtering/masq/NAT)" 228 tristate "IP tables support (required for filtering/masq/NAT)"
229 depends on NETFILTER_XTABLES 229 select NETFILTER_XTABLES
230 help 230 help
231 iptables is a general, extensible packet identification framework. 231 iptables is a general, extensible packet identification framework.
232 The packet filtering and full NAT (masquerading, port forwarding, 232 The packet filtering and full NAT (masquerading, port forwarding,
@@ -606,7 +606,9 @@ config IP_NF_TARGET_TTL
606config IP_NF_TARGET_CLUSTERIP 606config IP_NF_TARGET_CLUSTERIP
607 tristate "CLUSTERIP target support (EXPERIMENTAL)" 607 tristate "CLUSTERIP target support (EXPERIMENTAL)"
608 depends on IP_NF_MANGLE && EXPERIMENTAL 608 depends on IP_NF_MANGLE && EXPERIMENTAL
609 depends on (IP_NF_CONNTRACK && IP_NF_CONNTRACK_MARK) || (NF_CONNTRACK_MARK && NF_CONNTRACK_IPV4) 609 depends on IP_NF_CONNTRACK || NF_CONNTRACK_IPV4
610 select IP_NF_CONNTRACK_MARK if IP_NF_CONNTRACK
611 select NF_CONNTRACK_MARK if NF_CONNTRACK_IPV4
610 help 612 help
611 The CLUSTERIP target allows you to build load-balancing clusters of 613 The CLUSTERIP target allows you to build load-balancing clusters of
612 network servers without having a dedicated load-balancing 614 network servers without having a dedicated load-balancing
@@ -629,7 +631,7 @@ config IP_NF_RAW
629# ARP tables 631# ARP tables
630config IP_NF_ARPTABLES 632config IP_NF_ARPTABLES
631 tristate "ARP tables support" 633 tristate "ARP tables support"
632 depends on NETFILTER_XTABLES 634 select NETFILTER_XTABLES
633 help 635 help
634 arptables is a general, extensible packet identification framework. 636 arptables is a general, extensible packet identification framework.
635 The ARP packet filtering and mangling (manipulation)subsystems 637 The ARP packet filtering and mangling (manipulation)subsystems