[netfilter-cvslog] r3306 - trunk/patch-o-matic-ng/set/linux/net/ipv4/netfilter

kadlec at netfilter.org kadlec at netfilter.org
Wed Dec 1 14:20:40 CET 2004


Author: kadlec at netfilter.org
Date: 2004-12-01 14:20:39 +0100 (Wed, 01 Dec 2004)
New Revision: 3306

Modified:
   trunk/patch-o-matic-ng/set/linux/net/ipv4/netfilter/Config.in.ladd
Log:
Slight modification in Config.in: set/SET match/target separated (JK)


Modified: trunk/patch-o-matic-ng/set/linux/net/ipv4/netfilter/Config.in.ladd
===================================================================
--- trunk/patch-o-matic-ng/set/linux/net/ipv4/netfilter/Config.in.ladd	2004-12-01 09:49:36 UTC (rev 3305)
+++ trunk/patch-o-matic-ng/set/linux/net/ipv4/netfilter/Config.in.ladd	2004-12-01 13:20:39 UTC (rev 3306)
@@ -4,6 +4,8 @@
   if [ "$CONFIG_IP_NF_SET" != "n" ]; then
     int '     Maximum number of sets' CONFIG_IP_NF_SET_MAX 256
     int '     Hash size for bindings of IP sets' CONFIG_IP_NF_SET_HASHSIZE 1024
+    dep_tristate '    set match support' CONFIG_IP_NF_MATCH_SET $CONFIG_IP_NF_SET
+    dep_tristate '    SET target support' CONFIG_IP_NF_TARGET_SET $CONFIG_IP_NF_SET
     dep_tristate '    ipmap set type support' CONFIG_IP_NF_SET_IPMAP $CONFIG_IP_NF_SET
     dep_tristate '    portmap set type support' CONFIG_IP_NF_SET_PORTMAP $CONFIG_IP_NF_SET
     dep_tristate '    macipmap set type support' CONFIG_IP_NF_SET_MACIPMAP $CONFIG_IP_NF_SET




More information about the netfilter-cvslog mailing list