summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17581 from mjstapp/fix_fpm_netlinkDonald Sharp2025-01-141-12/+24
|\
| * zebra: improve an rnode debugMark Stapp2024-12-051-2/+2
| * zebra: refactor netlink route message parsingMark Stapp2024-12-051-10/+22
* | Merge pull request #17544 from anlancs/zebra/fix-plug-interfaceRuss White2024-12-171-1/+1
|\ \
| * | zebra: don't uninstall kernel routesanlan_cs2024-12-171-1/+1
* | | zebra,pimd,lib: Modify ZEBRA_NEXTHOP_LOOKUP_MRIBNathan Bahr2024-12-121-60/+1
|/ /
* | Merge pull request #17638 from donaldsharp/zebra_metaq_stuffDonatas Abraitis2024-12-121-14/+4
|\ \
| * | zebra: Remove tests for allocation failureDonald Sharp2024-12-111-14/+4
* | | zebra: Fix another ships in the night issue with WFIDonald Sharp2024-12-091-0/+21
|/ /
* / zebra: use macro for one checkanlan_cs2024-12-051-3/+1
|/
* Merge pull request #17326 from anlancs/fix/zebra-no-ifp-downRuss White2024-11-051-1/+1
|\
| * zebra: fix missing kernel routesanlan_cs2024-10-311-1/+1
* | zebra: Add ability to import alternate tables into the MRIBNathan Bahr2024-10-291-12/+18
|/
* zebra: When installing a mroute, allow it to flowDonald Sharp2024-10-281-16/+0
* zebra: Add safi to some debugsDonald Sharp2024-10-281-18/+20
* zebra: remove useless codeanlan_cs2024-10-191-6/+0
* zebra: Attempt to explain the rnh tracking code betterDonald Sharp2024-10-151-2/+66
* Merge pull request #16737 from raja-rajasekar/rajasekarr/vlan_to_dplaneMark Stapp2024-10-151-0/+3
|\
| * zebra: vlan to dplane Offload from mainRajasekar Raja2024-09-271-0/+3
* | zebra: Move pw status settting until after we get resultsDonald Sharp2024-10-081-24/+1
* | zebra: remove unused function rib_lookup_ipv4Donna Sharp2024-10-071-39/+0
* | 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