]> granicus.if.org Git - ipset/commitdiff
New function added in commit 54802b2c is missing from libipset.map
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 14 Sep 2017 17:29:55 +0000 (19:29 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 14 Sep 2017 17:31:42 +0000 (19:31 +0200)
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

index d35e2999afd098b34c630335d65b37a2d6bab65c..df632f204bdd974d2157d93d5e6444d2846ca2da 100644 (file)
@@ -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;