summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/Kconfig
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 17:36:06 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-15 17:36:06 +0200
commit4652cd11938b7ed2ad16cbb80698caa44b0e53bb (patch)
treed2a06db334d61caa0d0d27277ea817c8f1318a53 /kernel/net/netfilter/ipset/Kconfig
parentc64649b0856e41b4aab7bdc67566b405da743839 (diff)
hash:mac type added to ipset
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 638faa7..af1017c 100644
--- a/kernel/net/netfilter/ipset/Kconfig
+++ b/kernel/net/netfilter/ipset/Kconfig
@@ -99,6 +99,15 @@ config IP_SET_HASH_IPPORTNET
To compile it as a module, choose M here. If unsure, say N.
+config IP_SET_HASH_MAC
+ tristate "hash:mac set support"
+ depends on IP_SET
+ help
+ This option adds the hash:mac set type support, by which
+ one can store MAC (ethernet address) elements in a set.
+
+ 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