summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-14 19:29:55 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-14 19:31:42 +0200
commit4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3 (patch)
tree2239ff53315b7336a57cbcd876c0d7910920c7f5 /lib
parenta43bccbe1ba363edab3be09cecf22be0df536555 (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/libipset.map5
1 files changed, 5 insertions, 0 deletions
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;