All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: fix NF_CT_NETLINK dependency
@ 2007-03-20  6:34 Yasuyuki KOZAKAI
  0 siblings, 0 replies; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2007-03-20  6:34 UTC (permalink / raw)
  To: kaber, netfilter-devel


Hi, This is for 2.6.21 tree.

nf_conntrack_netlink has the NAT related staffs if NAT is enabled.
Then NF_CT_NETLINK=y requires NF_NAT=y or NF_NAT=n.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
---
 net/netfilter/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 253fce3..54698af 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -275,6 +275,7 @@ config NF_CT_NETLINK
 	tristate 'Connection tracking netlink interface (EXPERIMENTAL)'
 	depends on EXPERIMENTAL && NF_CONNTRACK && NETFILTER_NETLINK
 	depends on NF_CONNTRACK!=y || NETFILTER_NETLINK!=m
+	depends on NF_NAT=n || NF_NAT
 	help
 	  This option enables support for a netlink-based userspace interface
 
-- 
1.4.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-20  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200703200634.l2K6Y9h0027328@toshiba.co.jp>
2007-03-20  6:35 ` [PATCH]: fix NF_CT_NETLINK dependency Patrick McHardy
2007-03-20  6:34 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.