summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn_neigh.h
AgeCommit message (Expand)Author
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald 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: install neigh entries on SVDStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-11bgpd,zebra,lib: bgp evpn vni macip into two tablesStephen Worley
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: give some evpn apis better namesMark Stapp
2021-03-14zebra: use printfrr exts in EVPN/VXLAN codeDavid Lamparter
2020-12-21zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...Anuradha Karuppiah
2020-10-26zebra: Add uptime to `show evpn arp-cache vni .. detail`Donald Sharp
2020-08-12zebra: extract neighbor processing from kernel_neigh_delPat Ruddy
2020-08-12zebra: extract neighbor processing from process_remote_macip_delPat Ruddy
2020-08-12zebra: extract neigbor processing from zevpn_gw_macip_addPat Ruddy
2020-08-12zebra: extract neigbor processing from remote_macip_addPat Ruddy
2020-08-12zebra: extract neighbor functions from zebra_vxlan.cPat Ruddy
2020-08-12zebra: extract local mac del from zebra_vxlan.cPat Ruddy
2020-08-12zebra: extract evpn mac functions from zebra_vxlan.cPat Ruddy