diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 3 | ||||
-rw-r--r-- | net/netfilter/Kconfig | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 6e251402506e..f23e60c93ef9 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -213,8 +213,7 @@ config IP_NF_TARGET_NETMAP | |||
213 | help | 213 | help |
214 | NETMAP is an implementation of static 1:1 NAT mapping of network | 214 | NETMAP is an implementation of static 1:1 NAT mapping of network |
215 | addresses. It maps the network address part, while keeping the host | 215 | addresses. It maps the network address part, while keeping the host |
216 | address part intact. It is similar to Fast NAT, except that | 216 | address part intact. |
217 | Netfilter's connection tracking doesn't work well with Fast NAT. | ||
218 | 217 | ||
219 | To compile it as a module, choose M here. If unsure, say N. | 218 | To compile it as a module, choose M here. If unsure, say N. |
220 | 219 | ||
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index aa8d80c35e28..316c7af1d2b1 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -33,9 +33,8 @@ config NF_CONNTRACK | |||
33 | into connections. | 33 | into connections. |
34 | 34 | ||
35 | This is required to do Masquerading or other kinds of Network | 35 | This is required to do Masquerading or other kinds of Network |
36 | Address Translation (except for Fast NAT). It can also be used to | 36 | Address Translation. It can also be used to enhance packet |
37 | enhance packet filtering (see `Connection state match support' | 37 | filtering (see `Connection state match support' below). |
38 | below). | ||
39 | 38 | ||
40 | To compile it as a module, choose M here. If unsure, say N. | 39 | To compile it as a module, choose M here. If unsure, say N. |
41 | 40 | ||