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-28 20:33:23 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-30 17:26:24 +0200
commit990de541b957fb1750dc8df849e71106ce9daf4d (patch)
treed3b6aaa7a8f5439e7c46672b2393e8f7b8168d0c /kernel/net/netfilter/ipset/Kconfig
parentbac86fe6e7b14dce5f972fcf7913c6747b81953c (diff)
netfilter: ipset: Add hash:net,port,net module to kernel.
This adds a new set that provides similar functionality to ip,port,net but permits arbitrary size subnets for both the first and last parameter. 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 9119f65..a2d6263 100644
--- a/kernel/net/netfilter/ipset/Kconfig
+++ b/kernel/net/netfilter/ipset/Kconfig
@@ -90,6 +90,15 @@ config IP_SET_HASH_IPPORTNET
To compile it as a module, choose M here. If unsure, say N.
+config IP_SET_HASH_NETPORTNET
+ tristate "hash:net,port,net set support"
+ depends on IP_SET
+ help
+ This option adds the hash:net,port,net set type support, by which
+ one can store two IPv4/IPv6 subnets, and a protocol/port in a set.
+
+ 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