]> git.ipfire.org Git - thirdparty/ipset.git/commit
ipset: Support comments in the userspace library.
authorOliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Sun, 22 Sep 2013 18:56:35 +0000 (20:56 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 23 Sep 2013 12:03:58 +0000 (14:03 +0200)
commite1cc3d782f3bca89c8d8f2ca6b0fd7885fc91cf8
tree2a36ae768373a9afa6f9c8d06c0373bcbb739dbf
parentf13a2af1f99b4d226231126a7e716635b555df42
ipset: Support comments in the userspace library.

This adds support to the userspace portion of ipset for handling ipsets
with the comment extension enabled. The library revision has been raised
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>
14 files changed:
Make_global.am
include/libipset/data.h
include/libipset/linux_ip_set.h
include/libipset/parse.h
include/libipset/print.h
kernel/include/uapi/linux/netfilter/ipset/ip_set.h
lib/data.c
lib/debug.c
lib/errcode.c
lib/libipset.map
lib/parse.c
lib/print.c
lib/session.c
lib/types.c