summaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.ipset
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Kconfig.ipset')
-rw-r--r--kernel/Kconfig.ipset24
1 files changed, 24 insertions, 0 deletions
diff --git a/kernel/Kconfig.ipset b/kernel/Kconfig.ipset
index 2c6022a..8b27517 100644
--- a/kernel/Kconfig.ipset
+++ b/kernel/Kconfig.ipset
@@ -79,6 +79,22 @@ config IP_NF_SET_IPPORTHASH
To compile it as a module, choose M here. If unsure, say N.
+config IP_NF_SET_IPPORTIPHASH
+ tristate "ipportiphash set support"
+ depends on IP_NF_SET
+ help
+ This option adds the ipportiphash set type support.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
+config IP_NF_SET_IPPORTNETHASH
+ tristate "ipportnethash set support"
+ depends on IP_NF_SET
+ help
+ This option adds the ipportnethash set type support.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
config IP_NF_SET_IPTREE
tristate "iptree set support"
depends on IP_NF_SET
@@ -95,6 +111,14 @@ config IP_NF_SET_IPTREEMAP
To compile it as a module, choose M here. If unsure, say N.
+config IP_NF_SET_SETLIST
+ tristate "setlist set support"
+ depends on IP_NF_SET
+ help
+ This option adds the setlist set type support.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
config IP_NF_MATCH_SET
tristate "set match support"
depends on IP_NF_SET