summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-10-28 17:19:53 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-10-28 17:19:53 +0100
commitf2f4b16764b44d5efd8646a3137d3d6673dc35b7 (patch)
treec310726fedfe62076227e040f3b58f7e8940280d /lib
parent44c11f610ad00b6c0aae964e021c984c589ffb37 (diff)
Update libipset.map with ipset_parse_tcp_udp_port
Commit: author Quentin Armitage <quentin@armitage.org.uk> 2013-08-09 11:26:33 (GMT) committer Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> 2013-08-17 19:31:29 (GMT) commit 480761a3bdaa55bf8c966e4dab950ebf84775863 (patch) tree 6d750f948abf1ae4f93e4c704502d085ac13d679 parent 3a4419954a3ae0ba5dafd711e6b8dd8f0beb5c21 (diff) Add specifying protocol for bitmap:port Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> added ipset_parse_tcp_udp_port(), but forgot to update libipset.map so we get: /usr/lib64/ipset/ipset_bitmap_port.so: /usr/lib64/ipset/ipset_bitmap_port.so: undefined symbol: ipset_parse_tcp_udp_port so update the map. Signed-off-by: Thomas Backlund <tmb@mageia.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libipset.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index 61f6d6e..d35e299 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -155,5 +155,6 @@ global:
LIBIPSET_4.4 {
global:
+ ipset_parse_tcp_udp_port;
ipset_parse_uint16;
} LIBIPSET_4.3;