Commit 16eeea1
committed
zebra: nhg code selection doesnot check invalid status
Problem description:
1)In some corner cases in zebra, “Failed to enqueue dataplane install”
happened for routes which was caused because of INVALID nhg.
2)Our NHG code logic, check all nexthop entries is valid or not,but it
does not check whether the nhg itself is valid or not during our
checks which in turn cause route install failures in zebra.
Fix:
Handled the nhg logic to check for validity during selection.
Signed-off-by: harini <[email protected]>1 parent 7ed401d commit 16eeea1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1379 | 1379 | | |
1380 | 1380 | | |
1381 | 1381 | | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
1382 | 1386 | | |
1383 | 1387 | | |
1384 | 1388 | | |
| |||
0 commit comments