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
Add FRR failed route check in route_check.py (#284)
Cherry-pick from sonic-net/sonic-utilities PR #4119 with conflict resolution.
Add detection for routes with failed state in FRR, covering both rejected
and queued routes. Previously only offload flag was checked which could not
detect rejected routes (offload is True for rejected routes).
Changes:
- Add failed_rt list to track routes with failed state
- Return both missed_rt and failed_rt from check_frr_pending_routes()
- Report failed FRR routes in results and syslog
- Add test cases 35-38 for failed route detection
0 commit comments