summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorTobias Jungel <tobias.jungel@bisdn.de>2018-04-17 11:43:57 +0200
committerThomas Haller <thaller@redhat.com>2018-06-25 13:51:46 +0200
commit0a96d14417ecdba8218d2c967e3c543200130bc6 (patch)
treeeb5290214c679630afa204d7a2a9913ea140a6af /libnl-route-3.sym
parent17f0459c8d1891473c315315c0f5c25f38b24d6b (diff)
downloadlibnl-0a96d14417ecdba8218d2c967e3c543200130bc6.tar.gz
neigh: correct symbol exposed
instead of exposing rtnl_neigh_ll_get the function rtnl_neigh_get_by_vlan has to be exposed Fixes: 3bf503d30c271822158414f63eed620afc9b10cd https://github.com/thom311/libnl/pull/187
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index 2bdd20a4..f6a55b07 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -944,7 +944,6 @@ global:
rtnl_link_vrf_get_tableid;
rtnl_link_vrf_set_tableid;
rtnl_neigh_alloc_cache_flags;
- rtnl_neigh_ll_get;
} libnl_3_2_27;
libnl_3_2_29 {
@@ -1106,4 +1105,5 @@ global:
rtnl_mall_append_action;
rtnl_mall_get_first_action;
rtnl_mall_del_action;
+ rtnl_neigh_get_by_vlan;
} libnl_3_4;