summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_neigh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: n->mac is derefed in all pathsDonald Sharp2020-10-111-3/+2
* zebra: stop neigh hold timer when the neigh is deletedAnuradha Karuppiah2020-09-231-0/+3
* zebra: fixup a neigh del bug introduced by a previous commit for MAC-IP syncAnuradha Karuppiah2020-09-171-3/+4
* zebra: clean up SA warning in EVPN codePat Ruddy2020-08-121-0/+2
* zebra: Revert "zebra: probe local inactive neigh"Chirag Shah2020-08-121-31/+0
* zebra: extract core EVPN functions from zebra_vxlan.cPat Ruddy2020-08-121-1/+1
* zebra: extract neighbor processing from kernel_neigh_delPat Ruddy2020-08-121-6/+99
* zebra: extract neighbor processing from process_remote_macip_delPat Ruddy2020-08-121-4/+43
* zebra: extract neigbor processing from zevpn_gw_macip_addPat Ruddy2020-08-121-0/+63
* zebra: extract neigbor processing from remote_macip_addPat Ruddy2020-08-121-9/+173
* zebra: extract neighbor functions from zebra_vxlan.cPat Ruddy2020-08-121-9036/+1207
* zebra: clone zebra_vxlan.c to zebra_evpn_neigh.cPat Ruddy2020-08-121-0/+9952