mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge 61a042f112
into 3dd4d417be
This commit is contained in:
commit
720508d9a0
|
@ -4055,6 +4055,7 @@ void zebra_interface_nhg_reinstall(struct interface *ifp)
|
|||
"%s install nhe %pNG nh type %u flags 0x%x",
|
||||
__func__, rb_node_dep->nhe, nh->type,
|
||||
rb_node_dep->nhe->flags);
|
||||
UNSET_FLAG(nh->flags, NEXTHOP_FLAG_LINKDOWN);
|
||||
zebra_nhg_install_kernel(rb_node_dep->nhe,
|
||||
ZEBRA_ROUTE_MAX);
|
||||
|
||||
|
|
Loading…
Reference in a new issue