From d71dd93599b932693f045301424c2276cd25a87e Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 9 Oct 2017 18:43:04 +0200 Subject: 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. --- lib/libipset.map | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libipset.map') 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; -- cgit v1.2.3