summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_mh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addressesMike RE Mallin2024-05-311-1/+1
* zebra: bridge flap handle vlan membership updateChirag Shah2024-05-031-6/+31
* zebra: Use more appropriately sized stream packets for evpnDonald Sharp2024-04-091-3/+3
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-179/+0
* zebra: convert interface configuration output to NBIgor Ryzhov2024-01-281-36/+60
* zebra: convert interface evpn mh uplink command to NBIgor Ryzhov2024-01-281-11/+15
* zebra: convert interface evpn mh bypass command to NBIgor Ryzhov2024-01-281-17/+11
* zebra: convert interface evpn mh es-df-pref command to NBIgor Ryzhov2024-01-281-31/+27
* zebra: convert interface evpn mh es-id commands to NBIgor Ryzhov2024-01-281-158/+84
* zebra: use ifindex vs ifp to avoid use-after-free on shutdownChristian Hopps2023-05-301-7/+15
* zebra:add df flag into evpn esi json outputSindhu Parvathi Gopinathan2023-04-291-0/+3
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLENDonald Sharp2023-03-241-3/+3
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-10/+10
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-7/+7
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-12/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* | zebra: clang-format style fixesStephen Worley2023-02-141-2/+2
* | zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy2023-02-141-5/+8
* | zebra: multiple vlan aware bridge data structure and related changesSharath Ramamurthy2023-02-141-42/+123
* | zebra: vxlan interface refactoring changesSharath Ramamurthy2023-02-141-1/+1
* | zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-3/+1
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-20/+39
|/
* zebra: relax if_type check to allow early ES config creationAnuradha Karuppiah2022-11-101-0/+6
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* zebra: zrouter.mh_info is leaked on shutdownDonald Sharp2022-10-121-0/+2
* zebra: delay setting esi in zebra_evpn_local_es_update()anlan_cs2022-05-161-4/+2
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-5/+0
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-12/+3
* Merge pull request #11012 from anlancs/bgpd-mh-simplify-conditionDonatas Abraitis2022-04-191-12/+4
|\
| * zebra: simplify one check for evpn-mhanlan_cs2022-04-121-12/+4
* | zebra: add whitespace after "%%" for promptanlan_cs2022-04-011-8/+9
* | zebra: adjust the warnings for ESI of evpn-mhanlan_cs2022-04-011-3/+5
|/
* zebra: remove check returning value of RB_INSERT()anlan_cs2022-03-191-8/+2
* zebra: cleanup protodown netlink logsStephen Worley2022-03-101-1/+2
* zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley2022-03-101-4/+5
* zebra: include old reason in evpn-mh bond updateStephen Worley2022-03-101-1/+1
* zebra: evpn-mh use protodown update reason apiStephen Worley2022-03-101-2/+2
* zebra: add support for protodown reason codeStephen Worley2022-03-091-28/+18
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-6/+2
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-18/+9
* zebra: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-36/+9
* *: Remove unused variablesDonatas Abraitis2021-11-181-2/+0
* zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-6/+3
* zebra: defer local MAC dataplane install on an ES till the ES-EVI is createdAnuradha Karuppiah2021-10-151-2/+32
* zebra: deref the ES on interface delete even if it was not setup as a br-portAnuradha Karuppiah2021-10-151-6/+6
* zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp2021-09-021-8/+10
* zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp2021-09-021-23/+24
* zebra: Ensure stream is long enoughDonald Sharp2021-08-121-0/+10