summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Send nht resolved entry up to concerned protocols in all casesDonald Sharp2023-01-311-3/+6
* zebra: Remove impossible to use functionDonald Sharp2023-01-251-25/+1
* zebra: use typesafe lib lists in zebra dplaneMark Stapp2023-01-231-5/+5
* Merge pull request #12604 from donaldsharp/distance_metric_offload_fixesRuss White2023-01-181-4/+16
|\
| * zebra: Set metric appropriately on route offload to asicDonald Sharp2023-01-051-0/+8
| * zebra: Fix distance being set incorrectly on kernel offload updateDonald Sharp2023-01-051-4/+8
* | zebra: fix use after free on RIB processingRafael Zalamena2023-01-161-0/+1
|/
* zebra: When freeing the early route queue, actually free it rightDonald Sharp2022-12-151-4/+4
* lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-151-1/+0
* zebra: Read from the dplane_fpm_nl a route updateDonald Sharp2022-12-131-4/+15
* zebra: Add `zrouter.asic_notification_nexthop_control`Donald Sharp2022-12-121-40/+55
* zebra: Return statements do not use paranthesisDonald Sharp2022-12-121-2/+1
* zebra: traffic control state managementSiger Yang2022-11-221-3/+8
* zebra: Fix handling of recursive routes when processing closely in timeDonald Sharp2022-10-261-3/+14
* zebra: fix fpm crashanlan_cs2022-09-251-0/+5
* zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-171-22/+28
* zebra: Introduce early route processing on the MetaQDonald Sharp2022-08-171-378/+551
* zebra: Convert label processing to Meta-QDonald Sharp2022-08-171-0/+124
* zebra: add tc netlink and dplane opsSiger Yang2022-08-101-0/+5
* zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp2022-08-101-90/+68
* zebra: System routes should be processed the same time as kernelDonald Sharp2022-08-101-1/+1
* zebra: Let's use enum for META Queue indexesDonald Sharp2022-08-101-55/+101
* zebra: Explicitly call out the correct queue nameDonald Sharp2022-08-101-10/+10
* *: frr_with_mutex change to follow our standardDonald Sharp2022-07-201-2/+2
* Merge pull request #11502 from donaldsharp/zebra_dplane_finiRuss White2022-07-051-28/+5
|\
| * zebra: make rib_process_dplane_results own ctx freeingDonald Sharp2022-06-291-28/+5
* | Merge pull request #11514 from donaldsharp/zebra_odds_and_endsDonatas Abraitis2022-07-041-7/+4
|\ \
| * | zebra: move allow_delete to zrouter.allow_deleteDonald Sharp2022-07-011-7/+4
| |/
* / zebra: Add a subqueue2str function to give more useful data in debugsDonald Sharp2022-07-031-14/+38
|/
* Merge pull request #10629 from leonshaw/fix/mp-evpn-nhRuss White2022-06-231-7/+9
|\
| * lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang2022-06-101-7/+9
* | zebra: remove redundant calling hook for fpmanlan_cs2022-06-171-6/+0
|/
* zebra: Remove unused function `route_entry_copy_nexthops`Donald Sharp2022-05-131-9/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* zebra: add rib_match_ipv6_multicast variantDavid Lamparter2022-04-261-0/+56
* zebra: add support for protodown reason codeStephen Worley2022-03-091-4/+4
* zebra: Prevent crash if ZEBRA_ROUTE_ALL is used for a route typeDonald Sharp2022-02-281-3/+3
* zebra: use dataplane to read interface NETCONF infoMark Stapp2022-02-251-1/+4
* zebra: add dplane type for NETCONF dataMark Stapp2022-02-251-0/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-9/+3
* zebra: Abstract nhg deletion to reduce code duplicationDonald Sharp2022-02-071-15/+13
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-5/+31
* Merge pull request #10409 from idryzhov/zebra-mq-clean-crashMark Stapp2022-02-021-0/+53
|\
| * zebra: fix cleanup of meta queues on vrf disableIgor Ryzhov2022-02-011-0/+53
* | zebra: name the route_entry opaque struct more specificallyMark Stapp2022-01-311-1/+1
|/
* zebra: Use %pRN instead of %pFX whenver possibleDonald Sharp2022-01-181-5/+5
* zebra: Modify route_notify_internal to use a route_nodeDonald Sharp2022-01-181-11/+8
* zebra: Cleanup %pFX to %pRN in rib_process_resultDonald Sharp2022-01-181-19/+17
* zebra: Reduce unneeded lookup in rib_processDonald Sharp2022-01-181-2/+0
* zebra: Reduce lookups in rib_process_dplane_notifyDonald Sharp2022-01-181-21/+19