summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_neigh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter2021-03-141-186/+77
* zebra: link local MACs to destination port for efficient lacp-bypass processingAnuradha Karuppiah2021-02-241-1/+1
* zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-241-3/+3
* zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah2021-02-191-1/+1
* zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah2020-12-211-32/+19
* zebra: reinstall missing peer-sync flagAnuradha Karuppiah2020-12-211-9/+14
* zebra: Keep DAD disabled if EVPN MH is turned onAnuradha Karuppiah2020-11-241-4/+5
* zebra: Add uptime to `show evpn arp-cache vni .. detail`Donald Sharp2020-10-261-0/+12
* zebra: replace inet_ntoaMark Stapp2020-10-221-12/+22
* 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