SHA256
1
0
forked from pool/ipset
ipset/ipset-6.33-export-func.diff

29 lines
755 B
Diff

From 4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3 Mon Sep 17 00:00:00 2001
From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Date: Thu, 14 Sep 2017 19:29:55 +0200
Subject: [PATCH] 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(+)
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;
--
2.14.1