summaryrefslogtreecommitdiff
path: root/libnl-route-3.sym
diff options
context:
space:
mode:
authorTobias Jungel <tobias.jungel@bisdn.de>2018-04-17 12:54:14 +0200
committerThomas Haller <thaller@redhat.com>2018-06-25 14:27:50 +0200
commit2e87f72bf4f5ebc2ca66443598f0ec0351765ddb (patch)
treef2122c2a1056fbeb8967387a26c3c8c31db1e9a2 /libnl-route-3.sym
parentad7c49e77bd6734f220872c70164d8fabdabdfcd (diff)
downloadlibnl-2e87f72bf4f5ebc2ca66443598f0ec0351765ddb.tar.gz
neigh: add get/set functions for NEIGH_ATTR_MASTER
Beeing able to set NEIGH_ATTR_MASTER hash based lookups are possible for AF_BRIDGE neighbours. https://github.com/thom311/libnl/pull/189
Diffstat (limited to 'libnl-route-3.sym')
-rw-r--r--libnl-route-3.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnl-route-3.sym b/libnl-route-3.sym
index f6a55b07..159a3fd1 100644
--- a/libnl-route-3.sym
+++ b/libnl-route-3.sym
@@ -1106,4 +1106,6 @@ global:
rtnl_mall_get_first_action;
rtnl_mall_del_action;
rtnl_neigh_get_by_vlan;
+ rtnl_neigh_get_master;
+ rtnl_neigh_set_master;
} libnl_3_4;