[netfilter-cvslog] r4057 - trunk/patch-o-matic-ng/patchlets/connbytes/linux-2.6/net/ipv4/netfilter

laforge at netfilter.org laforge at netfilter.org
Mon Jun 27 17:38:44 CEST 2005


Author: laforge at netfilter.org
Date: 2005-06-27 17:38:43 +0200 (Mon, 27 Jun 2005)
New Revision: 4057

Modified:
   trunk/patch-o-matic-ng/patchlets/connbytes/linux-2.6/net/ipv4/netfilter/Kconfig.ladd
Log:
add missing dependency to CONNTRACK_ACCT


Modified: trunk/patch-o-matic-ng/patchlets/connbytes/linux-2.6/net/ipv4/netfilter/Kconfig.ladd
===================================================================
--- trunk/patch-o-matic-ng/patchlets/connbytes/linux-2.6/net/ipv4/netfilter/Kconfig.ladd	2005-06-27 15:32:44 UTC (rev 4056)
+++ trunk/patch-o-matic-ng/patchlets/connbytes/linux-2.6/net/ipv4/netfilter/Kconfig.ladd	2005-06-27 15:38:43 UTC (rev 4057)
@@ -1,3 +1,3 @@
 config IP_NF_MATCH_CONNBYTES
-	tristate  'Connection byte counter support'
-	depends on IP_NF_CONNTRACK && IP_NF_IPTABLES
+	tristate  'Connection byte/packet counter match support'
+	depends on IP_NF_CONNTRACK_ACCT && IP_NF_IPTABLES




More information about the netfilter-cvslog mailing list