* [PATCH 1/1] missing dependency definition for ip_conntrack mark
@ 2005-09-01 3:53 Yasuyuki KOZAKAI
2005-09-04 16:03 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2005-09-01 3:53 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: Text/Plain, Size: 388 bytes --]
Hi,
Connection mark tracking support is one of the feature in connection tracking,
so IP_NF_CONNTRACK_MARK depends on IP_NF_CONNTRACK.
This patch can be applied to Linus tree.
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Regards,
-----------------------------------------------------------------
Yasuyuki Kozakai @ USAGI Project <yasuyuki.kozakai@toshiba.co.jp>
[-- Attachment #2: 01-markdep.patch --]
[-- Type: Text/Plain, Size: 1099 bytes --]
[NETFILTER] missing dependency definition for ip_conntrack mark
Connection mark tracking support is one of the feature in connection tracking,
so IP_NF_CONNTRACK_MARK depends on IP_NF_CONNTRACK.
Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
---
commit fb12078da0631bcadfb36766bdac675adb127e8e
tree 92fedcabdafa6a59986c916d77a63dab0c727486
parent 59dd7a2fd41a1f0713162164c0a4a9017b73508d
author Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Thu, 01 Sep 2005 03:14:17 +0900
committer Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Thu, 01 Sep 2005 03:14:17 +0900
net/ipv4/netfilter/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -34,6 +34,7 @@ config IP_NF_CT_ACCT
config IP_NF_CONNTRACK_MARK
bool 'Connection mark tracking support'
+ depends on IP_NF_CONNTRACK
help
This option enables support for connection marks, used by the
`CONNMARK' target and `connmark' match. Similar to the mark value
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-04 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 3:53 [PATCH 1/1] missing dependency definition for ip_conntrack mark Yasuyuki KOZAKAI
2005-09-04 16:03 ` Patrick McHardy
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.