]> granicus.if.org Git - ipset/commit
ipset: Add userspace code to support hash:net,net kernel module.
authorOliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Fri, 20 Sep 2013 08:13:54 +0000 (10:13 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 20 Sep 2013 20:20:28 +0000 (22:20 +0200)
commitab7c172107690be48110c6176fa9000e4f4cf4d8
tree1e600ff48412fef6590ceb40085860c3cecce9d4
parent560c3b54e572d383f0931e4d82c5734725152030
ipset: Add userspace code to support hash:net,net kernel module.

This adds the userspace library, tests to validate correct operation of
the module and also provides appropriate usage information in the man
page. The library version has been bumped accordingly.

Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
15 files changed:
lib/Makefile.am
lib/ipset_hash_netnet.c [new file with mode: 0644]
src/ipset.8
tests/hash:net,net.t [new file with mode: 0644]
tests/hash:net,net.t.list0 [new file with mode: 0644]
tests/hash:net,net.t.list1 [new file with mode: 0644]
tests/hash:net,net.t.list2 [new file with mode: 0644]
tests/hash:net6,net6.t [new file with mode: 0644]
tests/hash:net6,net6.t.list0 [new file with mode: 0644]
tests/hash:net6,net6.t.list1 [new file with mode: 0644]
tests/netnetgen.sh [new file with mode: 0755]
tests/resizen.sh
tests/resizet.sh
tests/runtest.sh
tests/setlist_resize.sh