summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-07 17:33:16 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-07 17:33:16 +0100
commitb4e9b45a615898bf81aead9f55f87c5a37c5d6df (patch)
treef47adf42ff744abc4f3ed475395285cf8e9f52e8 /kernel
parent6743bb20a71cdae0255c473ab4d088a08d5be18d (diff)
Complete Kconfig.ipset with hash:net,port type.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Kconfig.ipset24
1 files changed, 16 insertions, 8 deletions
diff --git a/kernel/Kconfig.ipset b/kernel/Kconfig.ipset
index 527b294..682af9e 100644
--- a/kernel/Kconfig.ipset
+++ b/kernel/Kconfig.ipset
@@ -52,14 +52,6 @@ config IP_SET_HASH_IP
To compile it as a module, choose M here. If unsure, say N.
-config IP_SET_HASH_NET
- tristate "hash:net set support"
- depends on IP_SET
- help
- This option adds the hash:net set type support.
-
- To compile it as a module, choose M here. If unsure, say N.
-
config IP_SET_HASH_IPPORT
tristate "hash:ip,port set support"
depends on IP_SET
@@ -84,6 +76,22 @@ config IP_SET_HASH_IPPORTNET
To compile it as a module, choose M here. If unsure, say N.
+config IP_SET_HASH_NET
+ tristate "hash:net set support"
+ depends on IP_SET
+ help
+ This option adds the hash:net set type support.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
+config IP_SET_HASH_NETPORT
+ tristate "hash:net,port set support"
+ depends on IP_SET
+ help
+ This option adds the hash:net,port set type support.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
config IP_SET_LIST_SET
tristate "list:set set support"
depends on IP_SET