summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
AgeCommit message (Expand)Author
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-11zebra: add tc netlink and dplane opsSiger Yang
2022-08-10zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp
2022-08-10zebra: System routes should be processed the same time as kernelDonald Sharp
2022-08-10zebra: Let's use enum for META Queue indexesDonald Sharp
2022-08-10zebra: Explicitly call out the correct queue nameDonald Sharp
2022-07-20*: frr_with_mutex change to follow our standardDonald Sharp
2022-07-05Merge pull request #11502 from donaldsharp/zebra_dplane_finiRuss White
2022-07-04Merge pull request #11514 from donaldsharp/zebra_odds_and_endsDonatas Abraitis
2022-07-03zebra: Add a subqueue2str function to give more useful data in debugsDonald Sharp
2022-07-01zebra: move allow_delete to zrouter.allow_deleteDonald Sharp
2022-06-29zebra: make rib_process_dplane_results own ctx freeingDonald Sharp
2022-06-23Merge pull request #10629 from leonshaw/fix/mp-evpn-nhRuss White
2022-06-17zebra: remove redundant calling hook for fpmanlan_cs
2022-06-10lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang
2022-05-13zebra: Remove unused function `route_entry_copy_nexthops`Donald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-26zebra: add rib_match_ipv6_multicast variantDavid Lamparter
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-02-28zebra: Prevent crash if ZEBRA_ROUTE_ALL is used for a route typeDonald Sharp
2022-02-25zebra: use dataplane to read interface NETCONF infoMark Stapp
2022-02-25zebra: add dplane type for NETCONF dataMark Stapp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-07zebra: Abstract nhg deletion to reduce code duplicationDonald 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: Use %pRN instead of %pFX whenver possibleDonald Sharp
2022-01-18zebra: Modify route_notify_internal to use a route_nodeDonald Sharp
2022-01-18zebra: Cleanup %pFX to %pRN in rib_process_resultDonald Sharp
2022-01-18zebra: Reduce unneeded lookup in rib_processDonald Sharp
2022-01-18zebra: Reduce lookups in rib_process_dplane_notifyDonald Sharp
2022-01-18zebra: Convert redistribute_update to use a route_nodeDonald Sharp
2022-01-18zebra: Convert redistribute_delete 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-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-10-28Merge pull request #9870 from opensourcerouting/zebra-rib-select-orderDonald Sharp
2021-10-26Merge pull request #9440 from dlqs/dplanehook2Quentin Young
2021-10-22zebra: set SELECTED before going into dplane codeDavid Lamparter
2021-10-20zebra: modify rib_update to be a bit smarter about mallocDonald Sharp
2021-10-20zebra: Add dplane hook pointDonald Lee
2021-09-27zebra: Start carrying safi for rnh processingDonald Sharp
2021-09-27zebra: remove 'enum rnh_type' from systemDonald Sharp
2021-09-14zebra: use the dataplane to read netlink intf addr changesMark Stapp
2021-09-14zebra: add new dplane op codes for interface addr eventsMark Stapp