summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-09-05 17:33:50 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-09-05 17:33:50 +0200
commit55d2148f8737cd1d1fa1f166d96dcdb26161f5ec (patch)
tree5a68b837947c3ded1dd06f7c6f06d796a30efc93 /kernel/net/netfilter/ipset
parentc6d574d9fd42e96a5c04ce94a4758b9714e07a78 (diff)
Complete Kconfig with hash:net,iface type
The Kconfig file is not used at building ipset as external system, still let the file be complete.
Diffstat (limited to 'kernel/net/netfilter/ipset')
-rw-r--r--kernel/net/netfilter/ipset/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/net/netfilter/ipset/Kconfig b/kernel/net/netfilter/ipset/Kconfig
index 2c5b348..ba36c28 100644
--- a/kernel/net/netfilter/ipset/Kconfig
+++ b/kernel/net/netfilter/ipset/Kconfig
@@ -109,6 +109,16 @@ config IP_SET_HASH_NETPORT
To compile it as a module, choose M here. If unsure, say N.
+config IP_SET_HASH_NETIFACE
+ tristate "hash:net,iface set support"
+ depends on IP_SET
+ help
+ This option adds the hash:net,iface set type support, by which
+ one can store IPv4/IPv6 network address/prefix and
+ interface name pairs as elements in a set.
+
+ 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