]> granicus.if.org Git - ipset/commit
Propagate "expose userspace-relevant parts in ip_set.h" to ipset source
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 31 Aug 2011 13:56:34 +0000 (15:56 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 31 Aug 2011 13:56:34 +0000 (15:56 +0200)
commit20a52295775126d1bd5740b6543d1ea8ea239b1b
treeb6bbaa926241f9edf956938ac1ee062fc7f9b42c
parent4c1941cdeae2d2a580585677565ed690af19279e
Propagate "expose userspace-relevant parts in ip_set.h" to ipset source

With the header file restructuring, the ipset userspace enums IPSET_DIM_*
clash with the kernel ones. In this patch the userspace is converted to
use the kernel part enums and thus we got rid of userspace enums IPSET_DIM_*.
15 files changed:
include/libipset/linux_ip_set.h
include/libipset/types.h
lib/parse.c
lib/print.c
src/ipset_bitmap_ip.c
src/ipset_bitmap_ipmac.c
src/ipset_bitmap_port.c
src/ipset_hash_ip.c
src/ipset_hash_ipport.c
src/ipset_hash_ipportip.c
src/ipset_hash_ipportnet.c
src/ipset_hash_net.c
src/ipset_hash_netiface.c
src/ipset_hash_netport.c
src/ipset_list_set.c