From a845d4e4890509315e0b176773b9b98481e6e07e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 4 Feb 2025 14:44:44 +0100 Subject: [PATCH] route: add missing rtnl_nh_* symbols When nh support was added in 780d06ae8bee ("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: 780d06ae8bee ("route: add nh type") Signed-off-by: Jonas Gorski --- libnl-route-3.sym | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libnl-route-3.sym b/libnl-route-3.sym index 75883323..7ca27c33 100644 --- a/libnl-route-3.sym +++ b/libnl-route-3.sym @@ -1296,12 +1296,15 @@ global: rtnl_neigh_set_nhid; rtnl_nh_alloc; rtnl_nh_alloc_cache; + rtnl_nh_clone; + rtnl_nh_dump; rtnl_nh_get; rtnl_nh_get_fdb; rtnl_nh_get_gateway; rtnl_nh_get_group_entry; rtnl_nh_get_group_size; rtnl_nh_get_id; + rtnl_nh_get_oif; rtnl_nh_put; rtnl_nh_set_fdb; rtnl_nh_set_gateway;