summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \
| * | zebra: fix showing nexthop vrf for ipv6 blackholeLouis Scalbert2024-10-182-3/+3
| |/
* | Merge pull request #17180 from anlancs/zebra/review-move-dplaneJafar Al-Gharaibeh2024-10-221-4/+2
|\ \
| * | zebra: drop NEWLINK event handling in the main threadanlan_cs2024-10-221-4/+2
| |/
* / zebra: remove useless codeanlan_cs2024-10-191-6/+0
|/
* zebra: Fix possible null deref discovered by coverityDonald Sharp2024-10-171-0/+3
* Merge pull request #17136 from opensourcerouting/clang-sa-19Donald Sharp2024-10-175-135/+92
|\
| * zebra: check `dirfd()` resultDavid Lamparter2024-10-161-1/+10
| * zebra: don't misappropriate `errno`David Lamparter2024-10-161-10/+10
| * zebra: don't try to read past EOFDavid Lamparter2024-10-161-4/+12
| * *: clang-SA switch-enum initializer workaroundsDavid Lamparter2024-10-161-0/+1
| * *: clang-SA friendly switch-enum-return-stringDavid Lamparter2024-10-161-120/+59
* | Merge pull request #17076 from donaldsharp/rnh_and_redistribution_nexthop_num...Donatas Abraitis2024-10-163-10/+10
|\ \
| * | *: Fix up improper handling of nexthops for nexthop trackingDonald Sharp2024-10-153-10/+10
* | | Merge pull request #17020 from pguibert6WIND/asan_shutdownDonald Sharp2024-10-163-4/+22
|\ \ \ | |_|/ |/| |
| * | zebra: fix heap-use-after free on ns shutdownPhilippe Guibert2024-10-083-4/+22
* | | Merge pull request #17116 from enkechen-panw/zfix-2Donatas Abraitis2024-10-161-2/+1
|\ \ \
| * | | zebra: unlock node only after operation in zebra_free_rnh()Enke Chen2024-10-151-2/+1
* | | | Merge pull request #15586 from donaldsharp/nht_explain_docJafar Al-Gharaibeh2024-10-151-2/+66
|\ \ \ \
| * | | | zebra: Attempt to explain the rnh tracking code betterDonald Sharp2024-10-151-2/+66
| | |_|/ | |/| |