summaryrefslogtreecommitdiff
path: root/zebra/rib.h
AgeCommit message (Expand)Author
2024-02-05zebra: Reorg `struct route_entry` to have important bits firstDonald Sharp
2023-12-11zebra: The dplane_fpm_nl return path leaks memoryDonald Sharp
2023-12-07zebra: enqueue NHG_DEL in rib_nhg meta queuePhilippe Guibert
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-21zebra: On shutdown, ensure ctx's in rib_dplane_q are freedDonald Sharp
2023-11-06zebra: Move v6_rr_semantics to be part of zrouter structureDonald Sharp
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-08-31zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja
2023-08-25Merge pull request #14256 from rodecker/rt-table-idDonald Sharp
2023-08-22zebra: Make main routing table (RT_TABLE_MAIN) configurableMartin Pels
2023-08-09zebra: fix assert in process_subq_routePavel Ivashchenko
2023-07-10zebra: use NHRP routes as valid in nexthop checkMark Stapp
2023-06-01zebra: Unlock the route node when sending route notificationsDonald Sharp
2023-04-04Merge pull request #13145 from donaldsharp/do_deleteJafar Al-Gharaibeh
2023-03-31zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp
2023-03-29zebra: Ensure gr events run after Meta Queue has runDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-21Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-16zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp
2023-02-10lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALLDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp
2022-09-24zebra: fix fpm crashanlan_cs
2022-08-17zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp
2022-08-17zebra: Introduce early route processing on the MetaQDonald Sharp
2022-08-17zebra: Convert label processing to Meta-QDonald Sharp
2022-08-10zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp
2022-05-21zebra: clean up rtadv integrationDavid Lamparter
2022-05-13zebra: Remove unused function `route_entry_copy_nexthops`Donald Sharp
2022-04-26zebra: add rib_match_ipv6_multicast variantDavid Lamparter
2022-03-12zebra: Remove unused ZEBRA_NHT_EXACT_MATCHDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-07zebra: Fix ships in the night issueDonald Sharp
2022-02-02Merge pull request #10409 from idryzhov/zebra-mq-clean-crashMark Stapp
2022-02-01zebra: fix cleanup of meta queues on vrf disableIgor Ryzhov
2022-01-31zebra: name the route_entry opaque struct more specificallyMark Stapp
2022-01-18zebra: Modify route_notify_internal to use a route_nodeDonald Sharp
2022-01-13zebra: Fix for route node having no tracking NHTSarita Patra
2021-11-23zebra: add installed nexthop-group id valueMark Stapp
2021-09-27zebra: Start carrying safi for rnh processingDonald Sharp
2021-09-27zebra: remove 'enum rnh_type' from systemDonald Sharp
2021-09-27zebra: remove import check resolution from zebraDonald Sharp
2021-09-27*: Add resolve via default flagDonald Sharp
2021-08-12Merge pull request #9304 from donaldsharp/zebra_random_stuffMark Stapp
2021-08-09zebra: Properly note add/update for rib_add_multipath_nheDonald Sharp
2021-08-06zebra: Delete rib_lookup_and_dump since it is not usedDonald Sharp
2021-08-06zebra: Remove rib_lookup_and_pushup functionDonald Sharp
2021-07-19zebra: process EVPN remote VTEP updates from the workqueueMark Stapp
2021-07-19zebra: use workqueue for vxlan remote macip updatesMark Stapp