summaryrefslogtreecommitdiffstats
path: root/lib/libipset.map
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-10-09 18:43:04 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-01-02 21:47:27 +0100
commitd71dd93599b932693f045301424c2276cd25a87e (patch)
treed1779c04b8bb2a44915483751ac33e498b1a2ad9 /lib/libipset.map
parente2a84a4a7bb8cdebfe4c0990b79179e2fd717a48 (diff)
Userspace revision handling is reworked
In order to make it simpler and more straightforward to express the revisions of the set type, all keywords and their parsing are separated from the individual set types. All backward compatibility arguments are recognized and ignored arguments are supported. Recognized but ignored arguments will be removed in a later release.
Diffstat (limited to 'lib/libipset.map')
-rw-r--r--lib/libipset.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index df632f2..a2e9bd3 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -163,3 +163,8 @@ LIBIPSET_4.5 {
global:
ipset_type_higher_rev;
} LIBIPSET_4.4;
+
+LIBIPSET_4.6 {
+global:
+ ipset_keyword;
+} LIBIPSET_4.5;