summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-22 07:44:23 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-09-22 07:44:23 +0200
commit8779dacd4afd316420977af19fb861c89b548c25 (patch)
treee9fb940d1d939b26e664c88620965f402725c26c /lib
parentf06a022685699e608aa5e4157728f7f673aa2f89 (diff)
The library/API versions were forgotten to bump (reported by Sergei Zhirikov)
With introducing the skbinfo extension, the library/API versions should have been incremented, which is fixed now.
Diffstat (limited to 'lib')
-rw-r--r--lib/libipset.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index a035115..58174ec 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -144,3 +144,11 @@ global:
ipset_parse_mark;
ipset_print_mark;
} LIBIPSET_4.1;
+
+LIBIPSET_4.3 {
+global:
+ ipset_parse_skbmark;
+ ipset_parse_skbprio;
+ ipset_print_skbmark;
+ ipset_print_skbprio;
+} LIBIPSET_4.2;