summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/Makefile
diff options
context:
space:
mode:
authorTomasz Chilinski <tomasz.chilinski@chilan.com>2016-05-05 07:21:26 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-11-10 13:28:49 +0100
commitc0db95c7bcca956d444f233aee5c2b124392ef9a (patch)
tree4f4c6a09a9b7e74788bdd4ee83bde575a23ea315 /net/netfilter/ipset/Makefile
parenta71bdbfa99272f0beb92b669d2bbc626871e00e5 (diff)
netfilter: ipset: hash:ipmac type support added to ipset
Introduce the hash:ipmac type. Signed-off-by: Tomasz Chili??ski <tomasz.chilinski@chilan.com> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'net/netfilter/ipset/Makefile')
-rw-r--r--net/netfilter/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/ipset/Makefile b/net/netfilter/ipset/Makefile
index 3dbd5e958489..28ec148df02d 100644
--- a/net/netfilter/ipset/Makefile
+++ b/net/netfilter/ipset/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_IP_SET_BITMAP_PORT) += ip_set_bitmap_port.o
# hash types
obj-$(CONFIG_IP_SET_HASH_IP) += ip_set_hash_ip.o
+obj-$(CONFIG_IP_SET_HASH_IPMAC) += ip_set_hash_ipmac.o
obj-$(CONFIG_IP_SET_HASH_IPMARK) += ip_set_hash_ipmark.o
obj-$(CONFIG_IP_SET_HASH_IPPORT) += ip_set_hash_ipport.o
obj-$(CONFIG_IP_SET_HASH_IPPORTIP) += ip_set_hash_ipportip.o