From 44c11f610ad00b6c0aae964e021c984c589ffb37 Mon Sep 17 00:00:00 2001 From: Neutron Soutmun Date: Fri, 24 Oct 2014 16:36:22 +0700 Subject: libipset: Bump lib version and update map file The ipset_parse_uint16() was introduced but no lib version bumped and no map file updated. Bump lib version to 9:0:6. (current and age was bumped) Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- 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 58174ec..61f6d6e 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -152,3 +152,8 @@ global: ipset_print_skbmark; ipset_print_skbprio; } LIBIPSET_4.2; + +LIBIPSET_4.4 { +global: + ipset_parse_uint16; +} LIBIPSET_4.3; -- cgit v1.2.3