]> git.ipfire.org Git - thirdparty/ipset.git/commit
ipset 5: last new feature added v5.0-pre3
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 22 Jun 2010 08:49:41 +0000 (10:49 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 22 Jun 2010 08:49:41 +0000 (10:49 +0200)
commit020936c8c3375e1efe44a3087c891a4b2cbfe044
treea94751e6f1f11bcf118129c343d1942bbf53e808
parent97a12ba3f184a76c406eb5622ec21a4d4d6fc8bf
ipset 5: last new feature added

- the hash types can now store protocol together port, not only port
- lots of fixes everywhere: parser, error reporting, manpage

The last bits on the todo list before announcing ipset 5:

- recheck all the error messages
- add possibly more tests
- polish manpage
44 files changed:
Make_global.am
include/libipset/data.h
include/libipset/linux_ip_set.h
include/libipset/linux_ip_set_hash.h
include/libipset/parse.h
include/libipset/print.h
include/libipset/session.h
kernel/include/linux/netfilter/ip_set.h
kernel/include/linux/netfilter/ip_set_chash.h
kernel/include/linux/netfilter/ip_set_getport.h
kernel/include/linux/netfilter/ip_set_hash.h
kernel/ip_set.c
kernel/ip_set_bitmap_ip.c
kernel/ip_set_bitmap_ipmac.c
kernel/ip_set_bitmap_port.c
kernel/ip_set_hash_ip.c
kernel/ip_set_hash_ipport.c
kernel/ip_set_hash_ipportip.c
kernel/ip_set_hash_ipportnet.c
kernel/ip_set_hash_net.c
kernel/ip_set_list_set.c
lib/data.c
lib/parse.c
lib/print.c
lib/session.c
src/errcode.c
src/ipset.8
src/ipset.c
src/ipset_hash_ipport.c
src/ipset_hash_ipportip.c
src/ipset_hash_ipportnet.c
tests/hash:ip,port,ip.t
tests/hash:ip,port.t
tests/hash:ip,port.t.list2 [new file with mode: 0644]
tests/hash:ip6,port,ip6.t
tests/hash:ip6,port.t
tests/hash:net.t
tests/hash:net6.t
tests/init.t
tests/ipmap.t
tests/ipporthash.t
tests/ipportiphash.t
tests/nethash.t
tests/setlist.t