aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/netfilter/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 85190de5710a..e2162d270073 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -8,7 +8,6 @@ menu "IP: Netfilter Configuration"
8# connection tracking, helpers and protocols 8# connection tracking, helpers and protocols
9config IP_NF_CONNTRACK 9config IP_NF_CONNTRACK
10 tristate "Connection tracking (required for masq/NAT)" 10 tristate "Connection tracking (required for masq/NAT)"
11 select NETFILTER_NETLINK if IP_NF_CONNTRACK_NETLINK!=n
12 ---help--- 11 ---help---
13 Connection tracking keeps a record of what packets have passed 12 Connection tracking keeps a record of what packets have passed
14 through your machine, in order to figure out how they are related 13 through your machine, in order to figure out how they are related
@@ -55,8 +54,7 @@ config IP_NF_CONNTRACK_EVENTS
55config IP_NF_CONNTRACK_NETLINK 54config IP_NF_CONNTRACK_NETLINK
56 tristate 'Connection tracking netlink interface' 55 tristate 'Connection tracking netlink interface'
57 depends on IP_NF_CONNTRACK && NETFILTER_NETLINK 56 depends on IP_NF_CONNTRACK && NETFILTER_NETLINK
58 default IP_NF_CONNTRACK if NETFILTER_NETLINK=y 57 depends on IP_NF_CONNTRACK!=y || NETFILTER_NETLINK!=m
59 default m if NETFILTER_NETLINK=m
60 help 58 help
61 This option enables support for a netlink-based userspace interface 59 This option enables support for a netlink-based userspace interface
62 60