| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: fix nexthop_group_nexthop_num_no_recurse() is static | Philippe Guibert | 2023-12-05 | 1 | -2/+0 |
* | lib: remove useless nexthop_group_active_nexthop_num_no_recurse() | Philippe Guibert | 2023-11-30 | 1 | -2/+0 |
* | Merge pull request #12780 from opensourcerouting/spdx-license-id | Donald Sharp | 2023-02-17 | 1 | -14/+1 |
|\ |
|
| * | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | | lib: add has_label function for nexthop groups | Stephen Worley | 2023-02-14 | 1 | -0/+2 |
|/ |
|
* | *: Add ability for daemons to notice resilience changes | Donald Sharp | 2022-11-04 | 1 | -0/+8 |
* | lib, zebra: Add ability to encode/decode resilient nhg's | Donald Sharp | 2022-11-04 | 1 | -0/+9 |
* | *: require semicolon after DEFINE_QOBJ & co. | David Lamparter | 2021-03-17 | 1 | -2/+2 |
* | lib: Allow nexthop simple display to take an alternate ifp name | Donald Sharp | 2020-08-28 | 1 | -1/+2 |
* | lib: break up show nexthop API a bit for reuse | Stephen Worley | 2020-08-27 | 1 | -0/+2 |
* | lib: support multiple backup nexthops in nexthop group cli | Mark Stapp | 2020-07-17 | 1 | -2/+4 |
* | pbrd, lib: opt. json for `show pbr nexthop-group` | Wesley Coakley | 2020-05-27 | 1 | -0/+3 |
* | lib: support backup nexthops in nexthop-groups and zapi | Mark Stapp | 2020-03-27 | 1 | -1/+6 |
* | zebra,lib: use const in more apis | Mark Stapp | 2020-03-27 | 1 | -0/+2 |
* | lib: use const in nexthop_group copy api | Mark Stapp | 2020-02-25 | 1 | -1/+1 |
* | lib,zebra: add api to enforce nexthop sort order when copying | Mark Stapp | 2019-12-09 | 1 | -0/+7 |
* | Merge pull request #5439 from mjstapp/nhg_add_labels | Renato Westphal | 2019-12-06 | 1 | -6/+0 |
|\ |
|
| * | lib: support labelled nexthops in nexthop_groups | Mark Stapp | 2019-12-03 | 1 | -6/+0 |
* | | lib,zebra: use nhg_hash_entry pointer in route_entry | Mark Stapp | 2019-12-04 | 1 | -0/+2 |
|/ |
|
* | lib,pbrd,zebra: Use one api to delete nexthops/group | Stephen Worley | 2019-10-25 | 1 | -1/+0 |
* | lib: Separate nexthop_group_equal() into recursive | Stephen Worley | 2019-10-25 | 1 | -0/+5 |
* | lib,zebra: Move nexthop dup marking into creation | Stephen Worley | 2019-10-25 | 1 | -0/+1 |
* | lib: Hash on resolved nexthops by default | Stephen Worley | 2019-10-25 | 1 | -0/+1 |
* | zebra: Add recursive functionality to NHE's | Stephen Worley | 2019-10-25 | 1 | -0/+4 |
* | lib: Add equals function for nexthop groups | Stephen Worley | 2019-10-25 | 1 | -2/+4 |
* | zebra,lib: Refactor depends to RB tree | Stephen Worley | 2019-10-25 | 1 | -0/+1 |
* | lib: Private api for nexthop_group manipulation | Stephen Worley | 2019-06-26 | 1 | -4/+0 |
* | lib: Add a couple functions to nexthop_group.c | Donald Sharp | 2019-06-26 | 1 | -0/+4 |
* | lib: Add a counter for number of nexthops | Donald Sharp | 2019-04-18 | 1 | -0/+5 |
* | lib: Add hash function for nexthop groups | Stephen Worley | 2019-04-05 | 1 | -0/+2 |
* | libs: use const in copy_nexthops api | Mark Stapp | 2019-04-04 | 1 | -1/+1 |
* | lib: change how nexthop groups store nexthop addresses | Renato Westphal | 2019-02-14 | 1 | -1/+1 |
* | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+9 |
* | libs, daemons: changes to permit c++ compilation | Mark Stapp | 2019-02-11 | 1 | -2/+2 |
* | libs: add ALL_NEXTHOPS_PTR iterator macro | Mark Stapp | 2018-07-10 | 1 | -0/+5 |
* | lib: Handle if up/down and vrf enable/disable events | Donald Sharp | 2018-04-18 | 1 | -0/+5 |
* | lib: Store nexthop information independently | Donald Sharp | 2018-04-18 | 1 | -0/+9 |
* | lib: Add the ability for other people to call a nexthop write line | Donald Sharp | 2018-03-14 | 1 | -0/+3 |
* | lib: Expose nhgc_find command | Donald Sharp | 2018-03-14 | 1 | -0/+3 |
* | lib: Add nexthop-group cli | Donald Sharp | 2018-03-14 | 1 | -1/+35 |
* | lib, vtysh: Start cli for nexthop-group | Donald Sharp | 2018-03-09 | 1 | -0/+2 |
* | lib: Isolate nexthop_group functions to nexthop_group.c | Donald Sharp | 2018-03-09 | 1 | -0/+52 |