]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Update libipset.map with ipset_parse_tcp_udp_port
authorThomas Backlund <tmb@mageia.org>
Tue, 28 Oct 2014 16:19:53 +0000 (17:19 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 28 Oct 2014 16:19:53 +0000 (17:19 +0100)
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>
lib/libipset.map

index 61f6d6ec832de05c64ff567a1d31c71a2ea9a29d..d35e2999afd098b34c630335d65b37a2d6bab65c 100644 (file)
@@ -155,5 +155,6 @@ global:
 
 LIBIPSET_4.4 {
 global:
+  ipset_parse_tcp_udp_port;
   ipset_parse_uint16;
 } LIBIPSET_4.3;