diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-03 07:50:28 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-03 07:51:35 (GMT) |
commit | 4c681e77075af34e890c2946c3d17d33c9c8a10d (patch) | |
tree | 181083db6dbc5cd5db0e590abd06687dc11f2b4b | |
parent | b2b8315cad34d5e6480b5d15e8c8038193d449b9 (diff) | |
download | libnl-4c681e77075af34e890c2946c3d17d33c9c8a10d.zip libnl-4c681e77075af34e890c2946c3d17d33c9c8a10d.tar.gz libnl-4c681e77075af34e890c2946c3d17d33c9c8a10d.tar.bz2 |
build: fix exporting symbol rtnl_link_info_ops_get
So "rtnl_link_info_ops_get" didn't actually work with libnl-3.7.
Fix for 3.8.
https://github.com/thom311/libnl/issues/350
Fixes: 2e0d7f85d2ae ('lib: add rtnl_link_info_ops_get() and take lock for rtnl_link_info_ops's io_refcnt')
-rw-r--r-- | libnl-3.sym | 2 | ||||
-rw-r--r-- | libnl-route-3.sym | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libnl-3.sym b/libnl-3.sym index 3e031cc..bac4fcd 100644 --- a/libnl-3.sym +++ b/libnl-3.sym @@ -371,6 +371,4 @@ global: } libnl_3_2_29; libnl_3_6 { -global: - rtnl_link_info_ops_get; } libnl_3_5; diff --git a/libnl-route-3.sym b/libnl-route-3.sym index f7cccc9..517d870 100644 --- a/libnl-route-3.sym +++ b/libnl-route-3.sym @@ -1291,6 +1291,7 @@ global: rtnl_link_bridge_set_vlan_protocol; rtnl_link_bridge_set_vlan_stats_enabled; rtnl_link_inet6_get_conf; + rtnl_link_info_ops_get; rtnl_neigh_get_nhid; rtnl_neigh_set_nhid; rtnl_nh_alloc; |