* [PATCH 1/3]: nf_nat: fix NF_NAT dependency
@ 2006-12-08 10:52 Yasuyuki KOZAKAI
0 siblings, 0 replies; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2006-12-08 10:52 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
NF_NAT depends on NF_CONNTRACK_IPV4, not NF_CONNTRACK.
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
---
net/ipv4/netfilter/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 363df99..f6026d4 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -401,7 +401,7 @@ config IP_NF_NAT
# NAT + specific targets: nf_conntrack
config NF_NAT
tristate "Full NAT"
- depends on IP_NF_IPTABLES && NF_CONNTRACK
+ depends on IP_NF_IPTABLES && NF_CONNTRACK_IPV4
help
The Full NAT option allows masquerading, port forwarding and other
forms of full Network Address Port Translation. It is controlled by
--
1.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3]: nf_nat: fix NF_NAT dependency
[not found] <200612081052.kB8AqhtU014175@toshiba.co.jp>
@ 2006-12-11 17:38 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-12-11 17:38 UTC (permalink / raw)
To: Yasuyuki KOZAKAI; +Cc: netfilter-devel
Yasuyuki KOZAKAI wrote:
> NF_NAT depends on NF_CONNTRACK_IPV4, not NF_CONNTRACK.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-11 17:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200612081052.kB8AqhtU014175@toshiba.co.jp>
2006-12-11 17:38 ` [PATCH 1/3]: nf_nat: fix NF_NAT dependency Patrick McHardy
2006-12-08 10:52 Yasuyuki KOZAKAI
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.