summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/Kconfig
diff options
context:
space:
mode:
authorOliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>2013-09-20 10:13:53 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-20 21:22:47 +0200
commit560c3b54e572d383f0931e4d82c5734725152030 (patch)
tree9b81ae4a2d65f7a0f51b9cedceda208b0b4ca6d5 /kernel/net/netfilter/ipset/Kconfig
parent7f106caaa36ea449a1641345d777f96d156bb03e (diff)
netfilter: ipset: Add hash:net,net module to kernel.
This adds a new set that provides the ability to configure pairs of subnets. A small amount of additional handling code has been added to the generic hash header file - this code is conditionally activated by a preprocessor definition. Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'kernel/net/netfilter/ipset/Kconfig')
-rw-r--r--kernel/net/netfilter/ipset/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/net/netfilter/ipset/Kconfig b/kernel/net/netfilter/ipset/Kconfig
index fd2c14b..9119f65 100644
--- a/kernel/net/netfilter/ipset/Kconfig
+++ b/kernel/net/netfilter/ipset/Kconfig
@@ -99,6 +99,15 @@ config IP_SET_HASH_NET
To compile it as a module, choose M here. If unsure, say N.
+config IP_SET_HASH_NETNET
+ tristate "hash:net,net set support"
+ depends on IP_SET
+ help
+ This option adds the hash:net,net set type support, by which
+ one can store IPv4/IPv6 network address/prefix pairs in a set.
+
+ 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