summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | zebra: EVPN fix code style in vlan vni map debugsChirag Shah2024-11-262-5/+4
* | | Merge pull request #16878 from donaldsharp/increased_test_coverJafar Al-Gharaibeh2024-11-262-6/+32
|\ \ \ | |/ / |/| |
| * | zebra: Remove some unused functions on linux buildDonald Sharp2024-11-252-0/+4
| * | zebra: Add ability to know if some config is setDonald Sharp2024-11-251-6/+28
* | | Merge pull request #17483 from chiragshah6/evpn_dev4Russ White2024-11-263-2/+21
|\ \ \
| * | | zebra: add debug in remote vtep install ifp not upChirag Shah2024-11-251-1/+7
| * | | zebra: EVPN add debug trace for HREP entryChirag Shah2024-11-251-0/+7
| * | | zebra: EVPN check vxlan oper up in vlan mappingChirag Shah2024-11-251-1/+7
| |/ /
* / / zebra: avoid a race during FPM dplane plugin shutdownMark Stapp2024-11-251-0/+34
|/ /
* / lib, zebra: Do not have duplicate memory type problemsDonald Sharp2024-11-221-26/+1
|/
* zebra: Put debug guards in zebra_vxlan.cDonald Sharp2024-11-141-56/+60
* zebra: zebra_vxlan.c assert on dev escape problemDonald Sharp2024-11-141-2/+1
* zebra: Missed debug guard in zebra_evpn.cDonald Sharp2024-11-141-2/+3
* zebra: fix unguarded debug in evpn codeMark Stapp2024-11-131-1/+2
* Merge pull request #17297 from mjstapp/mjs_ifp_tableDonald Sharp2024-11-128-472/+590
|\
| * zebra: remove if_table from the zebra NSMark Stapp2024-10-292-7/+0
| * zebra: use new per-NS ifp iterators in vxlan codeMark Stapp2024-10-292-197/+172
| * lib,zebra: remove table node from ifp structMark Stapp2024-10-291-1/+2
| * zebra: use new per-NS iteration in zebra_evpnMark Stapp2024-10-282-140/+103
| * zebra: removing use of per-NS if_tableMark Stapp2024-10-282-100/+49
| * zebra: use new per-NS interface iterationMark Stapp2024-10-281-24/+42
| * zebra: add new per-NS tree of interfacesMark Stapp2024-10-282-0/+222
| * zebra: make a zif MTYPE internal/staticMark Stapp2024-10-282-4/+1
* | Merge pull request #17326 from anlancs/fix/zebra-no-ifp-downRuss White2024-11-051-1/+1
|\ \
| * | zebra: fix missing kernel routesanlan_cs2024-10-311-1/+1
* | | zebra: Remove large indentation level in do_show_route_helperDonald Sharp2024-11-041-27/+24
* | | zebra: Don't display the vrf if not using namespace based vrfsDonald Sharp2024-11-043-5/+24
* | | Merge pull request #16960 from donaldsharp/zebra_nhg_startup_issueMark Stapp2024-11-043-29/+50
|\ \ \
| * | | zebra: Delay some processing until after startup is finishedDonald Sharp2024-11-013-29/+50
* | | | zebra: Fix wrong debug macro in `release_srv6_sid_func_dynamic`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `release_srv6_sid_func_explicit`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `alloc_srv6_sid_func_dynamic`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `alloc_srv6_sid_func_explicit`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `release_srv6_sid_func_dynamic`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `release_srv6_sid_func_explicit`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `alloc_srv6_sid_func_dynamic`Carmine Scarpitta2024-11-031-1/+1
* | | | zebra: Fix wrong debug macro in `alloc_srv6_sid_func_explicit`Carmine Scarpitta2024-11-031-1/+1
|/ / /
* | | Merge pull request #17230 from donaldsharp/clang_19_some_moreJafar Al-Gharaibeh2024-11-011-0/+1
|\ \ \
| * | | zebra: Deconfuse clang-sa about possible NULL pointerDonald Sharp2024-10-291-0/+1
* | | | Merge pull request #17281 from nabahr/mrib-importDonald Sharp2024-10-316-130/+107
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: Add ability to import alternate tables into the MRIBNathan Bahr2024-10-296-130/+107
| |/ /
* / / zebra: Add missing new line for help stringDonatas Abraitis2024-10-311-1/+1
|/ /
* | Merge pull request #17257 from pguibert6WIND/srv6_debugDonatas Abraitis2024-10-293-33/+64
|\ \
| * | zebra: add 'debug zebra srv6' commandPhilippe Guibert2024-10-283-33/+64
| |/
* | zebra: When installing a mroute, allow it to flowDonald Sharp2024-10-284-21/+18
* | zebra: Add safi to some debugsDonald Sharp2024-10-281-18/+20
|/
* Merge pull request #17160 from opensourcerouting/fix/keep_zebra_on-rib-proces...Jafar Al-Gharaibeh2024-10-281-0/+4
|\
| * lib, zebra: Keep `zebra on-rib-process script` in frr.confDonatas Abraitis2024-10-181-0/+4
* | bgpd: Fix wrong pthread event cancellingDonald Sharp2024-10-251-1/+1
* | Merge pull request #17162 from louis-6wind/fix-bh-nh-vrfDonatas Abraitis2024-10-232-3/+3
|\ \