summaryrefslogtreecommitdiff
path: root/lib/nexthop.c
AgeCommit message (Expand)Author
2025-02-11lib: clean up nexthop hashing messDavid Lamparter
2024-09-10Merge pull request #15259 from dmytroshytyi-6WIND/nexthop_resolutionRuss White
2024-08-22lib, zebra: Modify nexthop_cmp to allow you to use weight or notDonald Sharp
2024-08-08lib: add seg6localContext json attribute in nexthop informationPhilippe Guibert
2024-06-07zebra, lib: upon lsp install, iterate nexthop accordinglyPhilippe Guibert
2024-05-15zebra: fix dump SR-TE information if availablePhilippe Guibert
2024-05-15zebra, lib: move nexthop display helper to lib folderPhilippe Guibert
2024-04-22lib, zebra: Check for not being a blackhole routeDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-20lib: adapt nexthop_cmp to handle multiple segs SIDsDmytro Shytyi
2023-09-20lib: update del_srv6_seg6_local to handle seg6_segsDmytro Shytyi
2023-09-20lib: nexthop, free the multiple seg6_segsDmytro Shytyi
2023-09-20lib: in nexthop adaptation pass the number of segs to jhashDmytro Shytyi
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi
2023-07-27lib, zebra: Fix EVPN nexthop config orderXiao Liang
2023-07-25zebra: add several fields for debuganlan_cs
2023-05-05zebra: re-install nhg on interface upAshwini Reddy
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-06-14lib: Abstract usage of '%pNHs' so that nexthop groups can use it tooDonald Sharp
2022-01-14*: use semicolon after printfrr_ext_autoreg_{p,d}David Lamparter
2021-09-15Merge pull request #9596 from LabNConsulting/ziemba/printfrr-nexthopDonald Sharp
2021-09-14lib: Fix usage of defaultDonald Sharp
2021-09-14lib,doc,tests: printfrr %pNHcg, %pNHciG. Paul Ziemba
2021-09-07bgpd: VRF-Lite fix nexthop typeKantesh Mundaragi
2021-06-02lib,sharpd,zebra: update nexthop object with nh_srv6Hiroki Shirokura
2021-06-02lib: add new nexthop's attributes seg6 (step3)Hiroki Shirokura
2021-06-02lib: add new nexthop's attributes seg6local (step1)Hiroki Shirokura
2021-05-04lib: add basic nexthop comparison apiMark Stapp
2021-05-04lib: Fix label-stack comparison for nexthopsMark Stapp
2021-03-30lib: put printfrr extension args into structDavid Lamparter
2021-03-27lib: print `(null)` rather than `NULL`David Lamparter
2021-03-27lib: rework printfrr extensions to output directlyDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-01lib: print NULL for NULL nexthopsMark Stapp
2020-10-22lib: Convert inet_ntoa to %pI4Donatas Abraitis
2020-10-02lib: remove nexthop_same_firsthop() apiStephen Worley
2020-08-07lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle
2020-07-17lib: use const in nexthop_level() apiMark Stapp
2020-07-17lib: add nexthop_str2backupMark Stapp
2020-07-17lib,sharpd,zebra: initial support for multiple backup nexthopsMark Stapp
2020-07-07lib: test vrfs in nexthop_same_firsthop()Mark Stapp
2020-03-27lib: add backup-nexthop value to nexthopMark Stapp
2020-03-27zebra,lib: use const in more apisMark Stapp
2020-03-18lib: remove null check before free nh_labelsQuentin Young
2020-01-15lib,zebra: tighten up the nexthop_copy/nexthop_dup APIsStephen Worley
2019-12-16lib: default nexthop weights to oneStephen Worley
2019-12-09lib, zebra: Allow for encode/decode of nexthop weight in pass downDonald Sharp
2019-12-09lib, zebra: Allow for installation of a weighted nexthopDonald Sharp
2019-12-06lib,sharpd: support labelled nexthop-groups in sharpdMark Stapp
2019-12-04Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp