Commit c70fbc2
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 <austinpham@microsoft.com>
Signed-off-by: Raghavendran Ramanathan <rraghav@cisco.com>1 parent cace970 commit c70fbc2
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1845 | 1845 | | |
1846 | 1846 | | |
1847 | 1847 | | |
| 1848 | + | |
1848 | 1849 | | |
1849 | 1850 | | |
1850 | 1851 | | |
| |||
1856 | 1857 | | |
1857 | 1858 | | |
1858 | 1859 | | |
1859 | | - | |
1860 | | - | |
1861 | | - | |
1862 | | - | |
1863 | | - | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
1864 | 1872 | | |
1865 | 1873 | | |
1866 | 1874 | | |
| |||
0 commit comments