From b4e9b45a615898bf81aead9f55f87c5a37c5d6df Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 7 Dec 2010 17:33:16 +0100 Subject: Complete Kconfig.ipset with hash:net,port type. --- kernel/Kconfig.ipset | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'kernel/Kconfig.ipset') 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 -- cgit v1.2.3