summaryrefslogtreecommitdiff
path: root/lib/nexthop_group.h
AgeCommit message (Expand)Author
2024-10-01lib: nexthop code should use uint16_t for nexthop countingDonald Sharp
2023-12-05lib: fix nexthop_group_nexthop_num_no_recurse() is staticPhilippe Guibert
2023-11-30lib: remove useless nexthop_group_active_nexthop_num_no_recurse()Philippe Guibert
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-13lib: add has_label function for nexthop groupsStephen Worley
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-04*: Add ability for daemons to notice resilience changesDonald Sharp
2022-11-04lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2020-08-28lib: Allow nexthop simple display to take an alternate ifp nameDonald Sharp
2020-08-27lib: break up show nexthop API a bit for reuseStephen Worley
2020-07-17lib: support multiple backup nexthops in nexthop group cliMark Stapp
2020-05-27pbrd, lib: opt. json for `show pbr nexthop-group`Wesley Coakley
2020-03-27lib: support backup nexthops in nexthop-groups and zapiMark Stapp
2020-03-27zebra,lib: use const in more apisMark Stapp
2020-02-25lib: use const in nexthop_group copy apiMark Stapp
2019-12-09lib,zebra: add api to enforce nexthop sort order when copyingMark Stapp
2019-12-06Merge pull request #5439 from mjstapp/nhg_add_labelsRenato Westphal
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp
2019-12-03lib: support labelled nexthops in nexthop_groupsMark Stapp
2019-10-25lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley
2019-10-25lib: Separate nexthop_group_equal() into recursiveStephen Worley
2019-10-25lib,zebra: Move nexthop dup marking into creationStephen Worley
2019-10-25lib: Hash on resolved nexthops by defaultStephen Worley
2019-10-25zebra: Add recursive functionality to NHE'sStephen Worley
2019-10-25lib: Add equals function for nexthop groupsStephen Worley
2019-10-25zebra,lib: Refactor depends to RB treeStephen Worley
2019-06-25lib: Private api for nexthop_group manipulationStephen Worley
2019-06-25lib: Add a couple functions to nexthop_group.cDonald Sharp
2019-04-18lib: Add a counter for number of nexthopsDonald Sharp
2019-04-05lib: Add hash function for nexthop groupsStephen Worley
2019-04-04libs: use const in copy_nexthops apiMark Stapp
2019-02-14lib: change how nexthop groups store nexthop addressesRenato Westphal
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2019-02-11libs, daemons: changes to permit c++ compilationMark Stapp
2018-07-10libs: add ALL_NEXTHOPS_PTR iterator macroMark Stapp
2018-04-17lib: Handle if up/down and vrf enable/disable eventsDonald Sharp
2018-04-17lib: Store nexthop information independentlyDonald Sharp
2018-03-14lib: Add the ability for other people to call a nexthop write lineDonald Sharp
2018-03-14lib: Expose nhgc_find commandDonald Sharp
2018-03-14lib: Add nexthop-group cliDonald Sharp
2018-03-09lib, vtysh: Start cli for nexthop-groupDonald Sharp
2018-03-09lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp