summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Attempt to reuse NHG after interface up and route reinstallDonald Sharp2024-09-161-1/+1
* zebra: Expose _route_entry_dump_nh so it can be used.Donald Sharp2024-09-161-5/+4
* zebra: Add more vrf name to debugsDonald Sharp2024-09-111-47/+54
* Merge pull request #15259 from dmytroshytyi-6WIND/nexthop_resolutionRuss White2024-09-101-1/+3
|\
| * zebra: relax mpls entries installation with labeled unicast entriesPhilippe Guibert2024-06-071-1/+3
* | zebra: Modify show `zebra dplane providers` to give more dataDonald Sharp2024-09-051-0/+11
* | zebra: Allow for initial deny of installation of nhe'sDonald Sharp2024-08-301-3/+8
* | zebra: Convince SA that the ng will always be validDonald Sharp2024-08-301-1/+2
* | zebra: Prevent accidental re memory leak in odd caseDonald Sharp2024-08-271-1/+3
* | zebra: Handle kernel routes appropriatelyDonald Sharp2024-08-271-12/+93
* | zebra: Expose rib_update_handle_vrf_allDonald Sharp2024-08-271-1/+1
* | zebra: Make p and src_p const for rib_deleteDonald Sharp2024-08-271-2/+2
* | zebra: Do not forget to free opaque data for route entryDonatas Abraitis2024-08-131-6/+4
* | zebra: Fix removal of routes on MetaQ when client goes downDonald Sharp2024-07-301-2/+12
* | zebra, topotests: do not set nexthop's FIB flag when DUPLICATE presentPhilippe Guibert2024-07-081-0/+3
* | *: Add and use option for graceful (re)startvivek2024-07-011-2/+9
|/
* Merge pull request #15216 from donaldsharp/zebra_opaque_mem_leakJafar Al-Gharaibeh2024-02-021-0/+1
|\
| * zebra: Fix opaque memory leak in rare situationDonald Sharp2024-01-241-0/+1
* | zebra: Cleanup dest assignmentDonald Sharp2024-01-241-4/+2
|/
* zebra: Add code to set SRv6 encap source addr in dplaneCarmine Scarpitta2023-12-141-0/+1
* zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp2023-12-111-0/+6
* Merge pull request #14968 from opensourcerouting/fix/missing_whitespaceDonald Sharp2023-12-101-1/+1
|\
| * zebra: Add missing whitespace when printing route entry statusDonatas Abraitis2023-12-081-1/+1
* | zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert2023-12-071-10/+52
|/
* Merge pull request #14795 from donaldsharp/zebra_notify_admin_lostMark Stapp2023-12-071-0/+20
|\
| * zebra: Fix non-notification of better admin wonDonald Sharp2023-11-291-0/+20
* | Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-25/+54
|\ \ | |/ |/|
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-25/+54
* | zebra: On shutdown, ensure ctx's in rib_dplane_q are freedDonald Sharp2023-11-211-1/+15
* | zebra: reduce number of switch statements with dplane opcodesMark Stapp2023-11-171-60/+2
* | *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* | *: Remove netlink headers from lib/zebra.hDonald Sharp2023-11-071-0/+4
|/
* zebra: add redistribute table-direct supportPhilippe Guibert2023-10-201-0/+1
* Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp2023-10-131-2/+1
|\
| * build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-2/+1
* | Merge pull request #13340 from leonshaw/fix/rib-del-connectedDonald Sharp2023-10-131-3/+4
|\ \ | |/ |/|
| * zebra: Fix connected route deletion when multiple entry existsXiao Liang2023-04-201-3/+4
* | zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-311-4/+22
* | Merge pull request #14256 from rodecker/rt-table-idDonald Sharp2023-08-251-1/+1
|\ \
| * | zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-1/+1
* | | zebra: fix assert in process_subq_routePavel Ivashchenko2023-08-091-4/+18
|/ /
* | lib, zebra: Fix EVPN nexthop config orderXiao Liang2023-07-271-0/+18
* | zebra: add several fields for debuganlan_cs2023-07-251-4/+4
* | zebra: Further handle route replace semanticsDonald Sharp2023-07-171-1/+6
* | zebra: Use zebra dplane for RTM link and addrDonald Sharp2023-07-051-0/+2
* | zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-051-0/+2
* | Merge pull request #13875 from donaldsharp/static_dplane_issuesMark Stapp2023-07-051-8/+7
|\ \
| * | zebra: Static routes async notification do not need this testDonald Sharp2023-06-291-8/+7
* | | zebra: Dump route details when deleting a routeDonatas Abraitis2023-06-291-2/+6
|/ /
* / zebra: Reduce creation and fix memory leak of frrscripting pointersDonald Sharp2023-05-051-17/+20
|/