Commit e2d7dd5
authored
fix: fix arp_update complains missing interface entry for static route (sonic-net#21513)
Fix
E 2025 Nov 26 22:08:52.060655 ERR swss2#arp_update[16275]: 178 missing interface entry for static route 20.1.1.1
What is the motivation for this PR?
For tear down, we need to remove the route first before the arp. Otherwise swss will throw error
How did you do it?
How did you verify/test it?
MS Only: https://elastictest.org/scheduler/testplan/692f7c4c8a84f286cc565304
Signed-off-by: Austin Pham <[email protected]>1 parent ded0cdd commit e2d7dd5
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
| 1518 | + | |
1518 | 1519 | | |
1519 | 1520 | | |
1520 | 1521 | | |
| |||
1526 | 1527 | | |
1527 | 1528 | | |
1528 | 1529 | | |
1529 | | - | |
1530 | | - | |
1531 | | - | |
1532 | | - | |
1533 | | - | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
1534 | 1542 | | |
1535 | 1543 | | |
1536 | 1544 | | |
| |||
0 commit comments