netfilter: ipset: hash:mac type added to ipset
[firefly-linux-kernel-4.4.55.git] / net / netfilter / ipset / Kconfig
index 2f7f5c32c6f90a0eb376d7921aecf167564329ce..234a8ec82076803a1c2ca75de9c7a2406363954b 100644 (file)
@@ -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