summaryrefslogtreecommitdiff
path: root/zebra/zebra_rnh.c
AgeCommit message (Expand)Author
2024-10-16zebra: unlock node only after operation in zebra_free_rnh()Enke Chen
2023-11-15zebra: Refactor memory allocation in zebra_rnh.cKeelan10
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-04-14zebra: keep seg6local information from 'show ipv6 route' consistent with ipro...Philippe Guibert
2023-04-14zebra: display seg6local only when specifiedPhilippe Guibert
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-24zebra: fix JSON fields for "show ip/ipv6 nht"Pooja Jagadeesh Doijode
2022-11-28zebra: json support for show ip nhtSindhu Parvathi Gopinathan
2022-03-27zebra: add a few `const` in RNH codeDavid Lamparter
2022-03-27zebra: `show ip nht mrib`David Lamparter
2022-03-27zebra: register NHT nexthops with proper SAFIDavid Lamparter
2022-03-27zebra: check other SAFIs when removing gone clientDavid Lamparter
2022-03-12zebra: prefixlen is not afi/safi dependant in encoding nexthopsDonald Sharp
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-02-22zebra: Nexthop tracking, route resolution recursive lookupvdhingra
2021-09-27lib, zebra: Send safi for rnh resolutionDonald Sharp
2021-09-27zebra: Create the SAFI_MULTICAST rnh tablesDonald Sharp
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*: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp
2021-09-27*: Add resolve via default flagDonald Sharp
2021-07-15zebra: When passing lookup information back pass the fully resolvedDonald Sharp
2021-06-18zebra: We already store the last command as part of zserv_writeDonald Sharp
2021-04-08zebra: optionally hide backup-nexthop events in nhtMark Stapp
2021-04-07zebra: add config control to hide backup nh events in nhtMark Stapp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-18zebra: fix writing to pointer instead of valueIgor Ryzhov
2020-10-22zebra: replace inet_ntoaMark Stapp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-02zebra: cleanup zebra_rnh.c debugsDonald Sharp
2020-08-07lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle
2020-07-27Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal
2020-07-20zebra: improve vty, simplify some primary/backup codeMark Stapp
2020-07-16zebra: fix SA warnings in backup nexthop codeMark Stapp
2020-07-07zebra: include backup nexthops in nexthop-trackingMark Stapp
2020-06-10Merge pull request #6559 from mjstapp/fix_zebra_rnh_saRenato Westphal
2020-06-10Merge pull request #6471 from volta-networks/fix_zebra_register_rnh_pseudowireDonald Sharp
2020-06-10zebra: fix SA warning in zebra_rnh.cMark Stapp
2020-06-10zebra: fix coverity SA warningsMark Stapp
2020-06-03zebra: Every time zebra receives a ZEBRA_PW_SET, zebra should evaluate nhKaren Schoener
2020-05-08zebra: Remove typedef rnh_type_t from systemDonald Sharp