diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 06fec80a0089..71485276b819 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -31,20 +31,6 @@ config NF_CONNTRACK_PROC_COMPAT | |||
31 | If unsure, say Y. | 31 | If unsure, say Y. |
32 | 32 | ||
33 | # connection tracking, helpers and protocols | 33 | # connection tracking, helpers and protocols |
34 | config IP_NF_CONNTRACK | ||
35 | tristate "Connection tracking (required for masq/NAT)" | ||
36 | ---help--- | ||
37 | Connection tracking keeps a record of what packets have passed | ||
38 | through your machine, in order to figure out how they are related | ||
39 | into connections. | ||
40 | |||
41 | This is required to do Masquerading or other kinds of Network | ||
42 | Address Translation (except for Fast NAT). It can also be used to | ||
43 | enhance packet filtering (see `Connection state match support' | ||
44 | below). | ||
45 | |||
46 | To compile it as a module, choose M here. If unsure, say N. | ||
47 | |||
48 | config IP_NF_CT_ACCT | 34 | config IP_NF_CT_ACCT |
49 | bool "Connection tracking flow accounting" | 35 | bool "Connection tracking flow accounting" |
50 | depends on IP_NF_CONNTRACK | 36 | depends on IP_NF_CONNTRACK |