From 4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 14 Sep 2017 19:29:55 +0200 Subject: New function added in commit 54802b2c is missing from libipset.map The patch title was "Report if the option is supported by a newer kernel release" Fixes bugzilla id #1182, reported by irherder@gmail.com. --- lib/libipset.map | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/libipset.map b/lib/libipset.map index d35e299..df632f2 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -158,3 +158,8 @@ global: ipset_parse_tcp_udp_port; ipset_parse_uint16; } LIBIPSET_4.3; + +LIBIPSET_4.5 { +global: + ipset_type_higher_rev; +} LIBIPSET_4.4; -- cgit v1.2.3