From 2e87f72bf4f5ebc2ca66443598f0ec0351765ddb Mon Sep 17 00:00:00 2001 From: Tobias Jungel Date: Tue, 17 Apr 2018 12:54:14 +0200 Subject: 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 --- libnl-route-3.sym | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libnl-route-3.sym') 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; -- cgit v1.2.3