Skip to content

Commit a845d4e

Browse files
committed
route: add missing rtnl_nh_* symbols
When nh support was added in 780d06a ("route: add nh type"), several functions were missed when adding the symbols to libnl-route-3.sym. Add the missing symbols so they can actually get used. Fixes: 780d06a ("route: add nh type") Signed-off-by: Jonas Gorski <[email protected]>
1 parent b3822aa commit a845d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libnl-route-3.sym

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,12 +1296,15 @@ global:
12961296
rtnl_neigh_set_nhid;
12971297
rtnl_nh_alloc;
12981298
rtnl_nh_alloc_cache;
1299+
rtnl_nh_clone;
1300+
rtnl_nh_dump;
12991301
rtnl_nh_get;
13001302
rtnl_nh_get_fdb;
13011303
rtnl_nh_get_gateway;
13021304
rtnl_nh_get_group_entry;
13031305
rtnl_nh_get_group_size;
13041306
rtnl_nh_get_id;
1307+
rtnl_nh_get_oif;
13051308
rtnl_nh_put;
13061309
rtnl_nh_set_fdb;
13071310
rtnl_nh_set_gateway;

0 commit comments

Comments
 (0)