summaryrefslogtreecommitdiffstats
path: root/lib/nexthop_group.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix nexthop_group_nexthop_num_no_recurse() is staticPhilippe Guibert2023-12-051-2/+0
* lib: remove useless nexthop_group_active_nexthop_num_no_recurse()Philippe Guibert2023-11-301-2/+0
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | lib: add has_label function for nexthop groupsStephen Worley2023-02-141-0/+2
|/
* *: Add ability for daemons to notice resilience changesDonald Sharp2022-11-041-0/+8
* lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp2022-11-041-0/+9
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* lib: Allow nexthop simple display to take an alternate ifp nameDonald Sharp2020-08-281-1/+2
* lib: break up show nexthop API a bit for reuseStephen Worley2020-08-271-0/+2
* lib: support multiple backup nexthops in nexthop group cliMark Stapp2020-07-171-2/+4
* pbrd, lib: opt. json for `show pbr nexthop-group`Wesley Coakley2020-05-271-0/+3
* lib: support backup nexthops in nexthop-groups and zapiMark Stapp2020-03-271-1/+6
* zebra,lib: use const in more apisMark Stapp2020-03-271-0/+2
* lib: use const in nexthop_group copy apiMark Stapp2020-02-251-1/+1
* lib,zebra: add api to enforce nexthop sort order when copyingMark Stapp2019-12-091-0/+7
* Merge pull request #5439 from mjstapp/nhg_add_labelsRenato Westphal2019-12-061-6/+0
|\
| * lib: support labelled nexthops in nexthop_groupsMark Stapp2019-12-031-6/+0
* | lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-0/+2
|/
* lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley2019-10-251-1/+0
* lib: Separate nexthop_group_equal() into recursiveStephen Worley2019-10-251-0/+5
* lib,zebra: Move nexthop dup marking into creationStephen Worley2019-10-251-0/+1
* lib: Hash on resolved nexthops by defaultStephen Worley2019-10-251-0/+1
* zebra: Add recursive functionality to NHE'sStephen Worley2019-10-251-0/+4
* lib: Add equals function for nexthop groupsStephen Worley2019-10-251-2/+4
* zebra,lib: Refactor depends to RB treeStephen Worley2019-10-251-0/+1
* lib: Private api for nexthop_group manipulationStephen Worley2019-06-261-4/+0
* lib: Add a couple functions to nexthop_group.cDonald Sharp2019-06-261-0/+4
* lib: Add a counter for number of nexthopsDonald Sharp2019-04-181-0/+5
* lib: Add hash function for nexthop groupsStephen Worley2019-04-051-0/+2
* libs: use const in copy_nexthops apiMark Stapp2019-04-041-1/+1
* lib: change how nexthop groups store nexthop addressesRenato Westphal2019-02-141-1/+1
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+9
* libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-2/+2
* libs: add ALL_NEXTHOPS_PTR iterator macroMark Stapp2018-07-101-0/+5
* lib: Handle if up/down and vrf enable/disable eventsDonald Sharp2018-04-181-0/+5
* lib: Store nexthop information independentlyDonald Sharp2018-04-181-0/+9
* lib: Add the ability for other people to call a nexthop write lineDonald Sharp2018-03-141-0/+3
* lib: Expose nhgc_find commandDonald Sharp2018-03-141-0/+3
* lib: Add nexthop-group cliDonald Sharp2018-03-141-1/+35
* lib, vtysh: Start cli for nexthop-groupDonald Sharp2018-03-091-0/+2
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-0/+52