diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2017-09-14 19:29:55 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2017-09-14 19:31:42 +0200 |
commit | 4fc1ac6a4016c1e09cc393dfedb7eb4e9678efd3 (patch) | |
tree | 2239ff53315b7336a57cbcd876c0d7910920c7f5 /lib/libipset.map | |
parent | a43bccbe1ba363edab3be09cecf22be0df536555 (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/libipset.map')
-rw-r--r-- | lib/libipset.map | 5 |
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; |