Commit 194079f
committed
[neighsync] VXLAN EVPN neighbors not in NEIGH_TABLE (PR sonic-net#3478)
VXLAN EVPN learned routes are not entered into NEIGH_TABLE as per
Issue sonic-net#3384.
The EVPN VXLAN HLD specifically states this should be populated so it triggers
an update to the SAI database:
https://github.com/sonic-net/SONiC/blob/master/doc/vxlan/EVPN/EVPN_VXLAN_HLD.md#438-mac-ip-route-handling
The reason it was not occurring is NOARP entries were being rejected, this
patch adds an exception for externally learned neighbors.
Signed-off-by: Brad House (@bradh352)1 parent 9ada0e4 commit 194079f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments