diff options
author | Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> | 2013-09-22 20:56:35 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2013-09-23 14:03:58 +0200 |
commit | e1cc3d782f3bca89c8d8f2ca6b0fd7885fc91cf8 (patch) | |
tree | 2a36ae768373a9afa6f9c8d06c0373bcbb739dbf /lib/debug.c | |
parent | f13a2af1f99b4d226231126a7e716635b555df42 (diff) | |
download | ipset-e1cc3d782f3bca89c8d8f2ca6b0fd7885fc91cf8.tar.gz |
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>
Diffstat (limited to 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.c b/lib/debug.c index 3aa5a99..a204940 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -64,6 +64,7 @@ static const struct ipset_attrname adtattr2name[] = { [IPSET_ATTR_CIDR2] = { .name = "CIDR2" }, [IPSET_ATTR_IP2_TO] = { .name = "IP2_TO" }, [IPSET_ATTR_IFACE] = { .name = "IFACE" }, + [IPSET_ATTR_COMMENT] = { .name = "COMMENT" }, }; static void |