summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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