diff options
author | Tomasz Chilinski <tomasz.chilinski@chilan.com> | 2016-05-05 07:32:19 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-05-05 07:36:19 +0200 |
commit | 9e0d9b82fb54cec29f35bbb59fcfa83e5e7d8654 (patch) | |
tree | b68626c49e593fafb9079045bdc5c168168b5edb /lib/Makefile.am | |
parent | 437e42ada7253827a4ed3f25929864acd042c5b5 (diff) | |
download | ipset-9e0d9b82fb54cec29f35bbb59fcfa83e5e7d8654.tar.gz |
hash:ipmac type support added to ipset, userspace part
Signed-off-by: Tomasz Chili??ski <tomasz.chilinski@chilan.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 4a376ca..6990b0f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -14,6 +14,7 @@ IPSET_SETTYPE_LIST = \ ipset_hash_netportnet.c \ ipset_hash_netport.c \ ipset_hash_netiface.c \ + ipset_hash_ipmac.c \ ipset_hash_mac.c \ ipset_list_set.c |