This commit is contained in:
anlancs 2025-04-29 16:20:41 +00:00 committed by GitHub
commit 720508d9a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);