summaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.ipset
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:09:18 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:09:18 +0200
commit456b1d993711eb4297012ad4a881c459c0511358 (patch)
tree518bb02b7cf25ed6f338e96969efe96b642f8bf2 /kernel/Kconfig.ipset
parentac0e5da3166da201ea00fd7f3cd927b0a49d8fef (diff)
Eight stage to ipset-5
Commit changed files in kernel/...
Diffstat (limited to 'kernel/Kconfig.ipset')
-rw-r--r--kernel/Kconfig.ipset69
1 files changed, 29 insertions, 40 deletions
diff --git a/kernel/Kconfig.ipset b/kernel/Kconfig.ipset
index 8b27517..7f7a34a 100644
--- a/kernel/Kconfig.ipset
+++ b/kernel/Kconfig.ipset
@@ -1,4 +1,4 @@
-config IP_NF_SET
+config IP_SET
tristate "IP set support"
depends on INET && NETFILTER
help
@@ -8,11 +8,11 @@ config IP_NF_SET
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_MAX
+config IP_SET_MAX
int "Maximum number of IP sets"
default 256
range 2 65534
- depends on IP_NF_SET
+ depends on IP_SET
help
You can define here default value of the maximum number
of IP sets for the kernel.
@@ -20,117 +20,106 @@ config IP_NF_SET_MAX
The value can be overriden by the 'max_sets' module
parameter of the 'ip_set' module.
-config IP_NF_SET_HASHSIZE
- int "Hash size for bindings of IP sets"
- default 1024
- depends on IP_NF_SET
- help
- You can define here default value of the hash size for
- bindings of IP sets.
-
- The value can be overriden by the 'hash_size' module
- parameter of the 'ip_set' module.
-
-config IP_NF_SET_IPMAP
+config IP_SET_IPMAP
tristate "ipmap set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the ipmap set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_MACIPMAP
+config IP_SET_MACIPMAP
tristate "macipmap set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the macipmap set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_PORTMAP
+config IP_SET_PORTMAP
tristate "portmap set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the portmap set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPHASH
+config IP_SET_IPHASH
tristate "iphash set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the iphash set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_NETHASH
+config IP_SET_NETHASH
tristate "nethash set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the nethash set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPPORTHASH
+config IP_SET_IPPORTHASH
tristate "ipporthash set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the ipporthash set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPPORTIPHASH
+config IP_SET_IPPORTIPHASH
tristate "ipportiphash set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the ipportiphash set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPPORTNETHASH
+config IP_SET_IPPORTNETHASH
tristate "ipportnethash set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the ipportnethash set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPTREE
+config IP_SET_IPTREE
tristate "iptree set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the iptree set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_IPTREEMAP
+config IP_SET_IPTREEMAP
tristate "iptreemap set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the iptreemap set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_SET_SETLIST
+config IP_SET_SETLIST
tristate "setlist set support"
- depends on IP_NF_SET
+ depends on IP_SET
help
This option adds the setlist set type support.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_MATCH_SET
+config IP_MATCH_SET
tristate "set match support"
- depends on IP_NF_SET
+ depends on IP_SET
help
Set matching matches against given IP sets.
You need the ipset utility to create and set up the sets.
To compile it as a module, choose M here. If unsure, say N.
-config IP_NF_TARGET_SET
+config IP_TARGET_SET
tristate "SET target support"
- depends on IP_NF_SET
+ depends on IP_SET
help
The SET target makes possible to add/delete entries
in IP sets.