From: Thomas Backlund Date: Tue, 28 Oct 2014 16:19:53 +0000 (+0100) Subject: Update libipset.map with ipset_parse_tcp_udp_port X-Git-Tag: v6.24~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2f4b16764b44d5efd8646a3137d3d6673dc35b7;p=ipset Update libipset.map with ipset_parse_tcp_udp_port Commit: author Quentin Armitage 2013-08-09 11:26:33 (GMT) committer Jozsef Kadlecsik 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 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 Signed-off-by: Jozsef Kadlecsik --- 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;