summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn_mh.c
AgeCommit message (Expand)Author
2024-05-31bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addressesMike RE Mallin
2024-05-03zebra: bridge flap handle vlan membership updateChirag Shah
2024-04-09zebra: Use more appropriately sized stream packets for evpnDonald Sharp
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28zebra: convert interface configuration output to NBIgor Ryzhov
2024-01-28zebra: convert interface evpn mh uplink command to NBIgor Ryzhov
2024-01-28zebra: convert interface evpn mh bypass command to NBIgor Ryzhov
2024-01-28zebra: convert interface evpn mh es-df-pref command to NBIgor Ryzhov
2024-01-28zebra: convert interface evpn mh es-id commands to NBIgor Ryzhov
2023-05-30zebra: use ifindex vs ifp to avoid use-after-free on shutdownChristian Hopps
2023-04-28zebra:add df flag into evpn esi json outputSindhu Parvathi Gopinathan
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: clang-format style fixesStephen Worley
2023-02-13zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge data structure and related changesSharath Ramamurthy
2023-02-13zebra: vxlan interface refactoring changesSharath Ramamurthy
2023-02-13zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy
2023-02-13zebra: data structure changes for single vxlan deviceSharath Ramamurthy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-10zebra: relax if_type check to allow early ES config creationAnuradha Karuppiah
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-12zebra: zrouter.mh_info is leaked on shutdownDonald Sharp
2022-05-16zebra: delay setting esi in zebra_evpn_local_es_update()anlan_cs
2022-05-13zebra: remove unnecessary check for "zevpn_vrf"anlan_cs
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-19Merge pull request #11012 from anlancs/bgpd-mh-simplify-conditionDonatas Abraitis
2022-04-12zebra: simplify one check for evpn-mhanlan_cs
2022-04-01zebra: add whitespace after "%%" for promptanlan_cs
2022-04-01zebra: adjust the warnings for ESI of evpn-mhanlan_cs
2022-03-19zebra: remove check returning value of RB_INSERT()anlan_cs
2022-03-09zebra: cleanup protodown netlink logsStephen Worley
2022-03-09zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley
2022-03-09zebra: include old reason in evpn-mh bond updateStephen Worley
2022-03-09zebra: evpn-mh use protodown update reason apiStephen Worley
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25zebra: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-10-15zebra: defer local MAC dataplane install on an ES till the ES-EVI is createdAnuradha Karuppiah
2021-10-15zebra: deref the ES on interface delete even if it was not setup as a br-portAnuradha Karuppiah
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-08-12zebra: Ensure stream is long enoughDonald Sharp