From: Jozsef Kadlecsik Date: Tue, 7 Dec 2010 16:33:16 +0000 (+0100) Subject: Complete Kconfig.ipset with hash:net,port type. X-Git-Tag: v5.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e9b45a615898bf81aead9f55f87c5a37c5d6df;p=thirdparty%2Fipset.git Complete Kconfig.ipset with hash:net,port type. --- diff --git a/kernel/Kconfig.ipset b/kernel/Kconfig.ipset index 527b294e..682af9e5 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