You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zebra: clear route INSTALLED state on NHG reinstall triggers
When an NHG is reprogrammed to the kernel after events like quick
interface flaps or kernel nexthop changes (ip nexthop del / flush),
zebra clears NEXTHOP_GROUP_INSTALLED on the NHG but leaves
ROUTE_ENTRY_INSTALLED set on the routes using it. rib_process then treats
those routes as already installed and skips reprogramming them, leaving
stale FIB state that no longer matches the freshly reinstalled NHG.
Signed-off-by: Krishnasamy R <krishnasamyr@nvidia.com>
0 commit comments