]> granicus.if.org Git - ipset/commitdiff
Complete Kconfig.ipset with hash:net,port type.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 7 Dec 2010 16:33:16 +0000 (17:33 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 7 Dec 2010 16:33:16 +0000 (17:33 +0100)
kernel/Kconfig.ipset

index 527b294e9e945c79ab0e78b5c928b53c74bef056..682af9e58a5d1b439314b97c43709f40966eb1be 100644 (file)
@@ -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