summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn_neigh.c
AgeCommit message (Expand)Author
2023-07-19zebra:fix a zebra crash issue caused by mac changeJack.zhang
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLENDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13zebra: vxlan interface refactoring changesSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-01zebra: use "get" naming for bgp accept lower knobStephen Worley
2022-10-11zebra: add some neigh del not found debugsStephen Worley
2022-10-11bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley
2022-10-11zebra: special sync routes lower seq handlingStephen Worley
2022-10-07zebra: add knob to accept lower seq in evpnStephen Worley
2022-07-12zebra: remove redundant flags assignmentanlan_cs
2022-05-13zebra: remove unnecessary check for "zevpn_vrf"anlan_cs
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-03-13Merge pull request #10704 from anlancs/zebra-remove-checkDonald Sharp
2022-03-08zebra: remove unnecessary assignmentanlan_cs
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-08*: use ipaddr_cmp instead of memcmpIgor Ryzhov
2022-02-06zebra: Remove unnecessary checkanlan_cs
2021-12-22zebra: cleanup checking zebra_evpn_mac_add function's return valueanlan_cs
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-09-07zebra: Send path del to bgp for local-inactive pathAnuradha Karuppiah
2021-09-02zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp
2021-07-19zebra: use more constMark Stapp
2021-07-19zebra: add workqueue support for EVPN updatesMark Stapp
2021-07-19zebra: give some evpn apis better namesMark Stapp
2021-05-05zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-14zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter
2021-02-24zebra: link local MACs to destination port for efficient lacp-bypass processingAnuradha Karuppiah
2021-02-24zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah
2021-02-19zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah
2020-12-21zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah
2020-12-21zebra: reinstall missing peer-sync flagAnuradha Karuppiah
2020-11-24zebra: Keep DAD disabled if EVPN MH is turned onAnuradha Karuppiah
2020-10-26zebra: Add uptime to `show evpn arp-cache vni .. detail`Donald Sharp
2020-10-22zebra: replace inet_ntoaMark Stapp
2020-10-11zebra: n->mac is derefed in all pathsDonald Sharp
2020-09-23zebra: stop neigh hold timer when the neigh is deletedAnuradha Karuppiah
2020-09-16zebra: fixup a neigh del bug introduced by a previous commit for MAC-IP syncAnuradha Karuppiah
2020-08-12zebra: clean up SA warning in EVPN codePat Ruddy
2020-08-12zebra: Revert "zebra: probe local inactive neigh"Chirag Shah