From: Jozsef Kadlecsik Date: Thu, 14 Sep 2017 17:29:55 +0000 (+0200) Subject: New function added in commit 54802b2c is missing from libipset.map X-Git-Tag: v6.34~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3;p=ipset 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. --- 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;