summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_evpn_mh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #9236 from AnuradhaKaruppiah/v6-nh-rmacSri Mohana Singamsetty2021-08-101-3/+6
|\
| * zebra: use a separate dummy prefix for referencing v6 nexthopsAnuradha Karuppiah2021-07-301-3/+6
* | zebra: add "json" option to "show interface"Renato Westphal2021-08-021-30/+65
|/
* zebra: use workqueue for vxlan remote macip updatesMark Stapp2021-07-191-2/+2
* zebra: use more constMark Stapp2021-07-191-1/+1
* zebra: add workqueue support for EVPN updatesMark Stapp2021-07-191-11/+10
* zebra: Use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-2/+2
* zebra: use safe stream decodes for evpn zapi msgQuentin Young2021-04-281-5/+8
* lib/zebra: zapi for installing EVPN nexthops from bgpAnuradha Karuppiah2021-03-261-0/+41
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: flush macs linked to the bond when it moves out of bypassAnuradha Karuppiah2021-02-241-0/+20
* zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-241-39/+197
* zebra: fix problem with SVI MAC not being sent to BGPAnuradha Karuppiah2021-02-191-6/+17
* zebra: drop the SVI MAC cleanup done as a part of interface deleteAnuradha Karuppiah2021-02-191-1/+0
* zebra: prevent crash in evpn if cleanupChirag Shah2021-02-191-1/+1
* zebra: changes to advertise SVI mac by default if evpn-mh is enabledAnuradha Karuppiah2021-02-191-13/+133