summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rnh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: fix showing nexthop vrf for ipv6 blackholeLouis Scalbert2024-10-181-2/+2
* Merge pull request #17076 from donaldsharp/rnh_and_redistribution_nexthop_num...Donatas Abraitis2024-10-161-4/+4
|\
| * *: Fix up improper handling of nexthops for nexthop trackingDonald Sharp2024-10-151-4/+4
* | zebra: unlock node only after operation in zebra_free_rnh()Enke Chen2024-10-151-2/+1
|/
* zebra: include the prefix in nht show commandEnke Chen2024-09-151-4/+8
* zebra: Do not forget to free opaque data for route entryDonatas Abraitis2024-08-131-1/+1
* zebra, lib: move nexthop display helper to lib folderPhilippe Guibert2024-05-151-329/+18
* zebra: include route source set by route-map in show outputMark Stapp2024-05-141-7/+34
* Merge pull request #12600 from donaldsharp/local_routesRuss White2023-12-051-3/+7
|\
| * *: Introduce Local Host Routes to FRRDonald Sharp2023-11-011-3/+7
* | zebra: Refactor memory allocation in zebra_rnh.cKeelan102023-11-141-1/+1
|/
* bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-201-9/+40
* zebra: keep seg6local information from 'show ipv6 route' consistent with ipro...Philippe Guibert2023-04-141-1/+3
* zebra: display seg6local only when specifiedPhilippe Guibert2023-04-141-4/+6
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* 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,bgpd,staticd: use label code to store VNI infoStephen Worley2023-02-141-3/+9
|/
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-2/+4
* zebra: fix JSON fields for "show ip/ipv6 nht"Pooja Jagadeesh Doijode2023-01-251-48/+271
* zebra: json support for show ip nhtSindhu Parvathi Gopinathan2022-11-291-39/+146
* zebra: add a few `const` in RNH codeDavid Lamparter2022-03-271-2/+2
* zebra: `show ip nht mrib`David Lamparter2022-03-271-3/+3
* zebra: register NHT nexthops with proper SAFIDavid Lamparter2022-03-271-3/+3
* zebra: check other SAFIs when removing gone clientDavid Lamparter2022-03-271-4/+9
* zebra: prefixlen is not afi/safi dependant in encoding nexthopsDonald Sharp2022-03-121-2/+1
* *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-0/+23
* zebra: Nexthop tracking, route resolution recursive lookupvdhingra2022-02-221-8/+4
* lib, zebra: Send safi for rnh resolutionDonald Sharp2021-09-271-0/+1
* zebra: Create the SAFI_MULTICAST rnh tablesDonald Sharp2021-09-271-4/+6
* zebra: Start carrying safi for rnh processingDonald Sharp2021-09-271-12/+20
* zebra: remove 'enum rnh_type' from systemDonald Sharp2021-09-271-64/+45
* zebra: remove import check resolution from zebraDonald Sharp2021-09-271-128/+3
* *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-271-3/+1
* *: Add resolve via default flagDonald Sharp2021-09-271-2/+6
* zebra: When passing lookup information back pass the fully resolvedDonald Sharp2021-07-151-2/+1
* zebra: We already store the last command as part of zserv_writeDonald Sharp2021-06-181-1/+0
* zebra: optionally hide backup-nexthop events in nhtMark Stapp2021-04-081-65/+248
* zebra: add config control to hide backup nh events in nhtMark Stapp2021-04-071-0/+18
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* zebra: fix writing to pointer instead of valueIgor Ryzhov2020-11-181-1/+1
* zebra: replace inet_ntoaMark Stapp2020-10-221-1/+1
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-4/+1
* zebra: cleanup zebra_rnh.c debugsDonald Sharp2020-10-021-81/+65
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-10/+22
* Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal2020-07-271-17/+2
|\