summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra,pimd,lib: Modify ZEBRA_NEXTHOP_LOOKUP_MRIBNathan Bahr2024-12-121-5/+1
* zebra: remove unused function rib_lookup_ipv4Donna Sharp2024-10-071-3/+0
* zebra: Expose _route_entry_dump_nh so it can be used.Donald Sharp2024-09-161-0/+4
* Merge pull request #15259 from dmytroshytyi-6WIND/nexthop_resolutionRuss White2024-09-101-2/+2
|\
| * zebra: the header containing the re->flags is in zclient.hPhilippe Guibert2024-06-071-2/+2
* | zebra: Modify show `zebra dplane providers` to give more dataDonald Sharp2024-09-051-0/+1
* | zebra: Handle kernel routes appropriatelyDonald Sharp2024-08-271-0/+1
* | zebra: Expose rib_update_handle_vrf_allDonald Sharp2024-08-271-0/+2
* | zebra: Make p and src_p const for rib_deleteDonald Sharp2024-08-271-1/+1
* | *: Add and use option for graceful (re)startvivek2024-07-011-2/+2
|/
* zebra: Reorg `struct route_entry` to have important bits firstDonald Sharp2024-02-051-13/+13
* zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp2023-12-111-0/+2
* zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert2023-12-071-0/+1
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-1/+1
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-1/+1
* | zebra: On shutdown, ensure ctx's in rib_dplane_q are freedDonald Sharp2023-11-211-1/+2
* | zebra: Move v6_rr_semantics to be part of zrouter structureDonald Sharp2023-11-061-2/+0
|/
* zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-311-2/+2
* Merge pull request #14256 from rodecker/rt-table-idDonald Sharp2023-08-251-0/+2
|\
| * zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels2023-08-221-0/+2
* | zebra: fix assert in process_subq_routePavel Ivashchenko2023-08-091-0/+4
|/
* zebra: use NHRP routes as valid in nexthop checkMark Stapp2023-07-101-0/+4
* zebra: Unlock the route node when sending route notificationsDonald Sharp2023-06-011-0/+7
* Merge pull request #13145 from donaldsharp/do_deleteJafar Al-Gharaibeh2023-04-051-1/+7
|\
| * zebra: Ensure gr events run after Meta Queue has runDonald Sharp2023-03-301-1/+7
* | zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp2023-03-311-0/+1
|/
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White2023-02-211-6/+3
|\
| * zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp2023-02-161-6/+3
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \ | |/ |/|
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALLDonald Sharp2023-02-101-0/+3
|/
* zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp2022-10-261-0/+7
* zebra: fix fpm crashanlan_cs2022-09-251-0/+1
* zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-171-0/+6
* zebra: Introduce early route processing on the MetaQDonald Sharp2022-08-171-8/+9
* zebra: Convert label processing to Meta-QDonald Sharp2022-08-171-1/+2
* zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp2022-08-101-3/+1
* zebra: clean up rtadv integrationDavid Lamparter2022-05-211-27/+0
* zebra: Remove unused function `route_entry_copy_nexthops`Donald Sharp2022-05-131-2/+0
* zebra: add rib_match_ipv6_multicast variantDavid Lamparter2022-04-261-0/+3
* zebra: Remove unused ZEBRA_NHT_EXACT_MATCHDonald Sharp2022-03-121-2/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-1/+1
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-3/+4
* Merge pull request #10409 from idryzhov/zebra-mq-clean-crashMark Stapp2022-02-021-0/+2
|\
| * zebra: fix cleanup of meta queues on vrf disableIgor Ryzhov2022-02-011-0/+2
* | zebra: name the route_entry opaque struct more specificallyMark Stapp2022-01-311-2/+2
|/
* zebra: Modify route_notify_internal to use a route_nodeDonald Sharp2022-01-181-0/+3
* zebra: Fix for route node having no tracking NHTSarita Patra2022-01-131-1/+2
* zebra: add installed nexthop-group id valueMark Stapp2021-11-231-1/+4