| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: nexthop code should use uint16_t for nexthop counting | Donald Sharp | 2024-10-01 | 1 | -12/+9 |
* | lib: fix memory leak when disabling nexthop_hold contexts | Philippe Guibert | 2024-01-04 | 1 | -0/+2 |
* | lib: fix nexthop_group_nexthop_num_no_recurse() is static | Philippe Guibert | 2023-12-05 | 1 | -1/+2 |
* | lib: fix nexthop node entry from nhg_list | Philippe Guibert | 2023-11-30 | 1 | -2/+4 |
* | lib: remove useless nexthop_group_active_nexthop_num_no_recurse() | Philippe Guibert | 2023-11-30 | 1 | -14/+0 |
* | build: add -Wimplicit-fallthrough | Igor Ryzhov | 2023-10-12 | 1 | -1/+1 |
* | pbrd: add nexthop drop type | G. Paul Ziemba | 2023-08-08 | 1 | -0/+1 |
* | 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,sharpd: add ability for sharpd to install vni labels | Stephen Worley | 2023-02-14 | 1 | -10/+22 |
* | | lib,zebra,bgpd,staticd: use label code to store VNI info | Stephen Worley | 2023-02-14 | 1 | -4/+3 |
* | | lib: add has_label function for nexthop groups | Stephen Worley | 2023-02-14 | 1 | -0/+12 |
|/ |
|
* | *: Add ability for daemons to notice resilience changes | Donald Sharp | 2022-11-04 | 1 | -0/+7 |
* | lib, vtysh: Add ability to specify resilient nhgs | Donald Sharp | 2022-11-04 | 1 | -0/+51 |
* | lib, zebra: Add ability to encode/decode resilient nhg's | Donald Sharp | 2022-11-04 | 1 | -0/+1 |
* | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+0 |
* | *: Replace sockunion2str => %pSU | Donatas Abraitis | 2022-06-21 | 1 | -3/+1 |
* | *: Remove unused variables | Donatas Abraitis | 2021-11-18 | 1 | -1/+0 |
* | lib: Replace inet_ntop to %pI4/6 for JSON outputs | Donatas Abraitis | 2021-11-18 | 1 | -12/+4 |
* | lib: remove wrong setting of interface configured flag | Igor Ryzhov | 2021-10-15 | 1 | -7/+0 |
* | *: explicitly print "exit" at the end of every node config | Igor Ryzhov | 2021-08-23 | 1 | -0/+1 |
* | *: require semicolon after DEFINE_QOBJ & co. | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | lib: Convert inet_ntoa to %pI4 | Donatas Abraitis | 2020-10-22 | 1 | -10/+10 |
* | lib: remove nexthop_same_firsthop() api | Stephen Worley | 2020-10-02 | 1 | -1/+1 |
* | Revert "lib,sharpd,pbrd: `set installable` nhg command" | Stephen Worley | 2020-09-28 | 1 | -47/+6 |
* | lib,sharpd,pbrd: `set installable` nhg command | Stephen Worley | 2020-09-28 | 1 | -6/+47 |
* | lib,doc: add `onlink` flag to nexthop group config | Stephen Worley | 2020-09-28 | 1 | -13/+29 |
* | lib: Note old ifindex on shutdown | Donald Sharp | 2020-08-28 | 1 | -0/+7 |
* | lib: Allow nexthop simple display to take an alternate ifp name | Donald Sharp | 2020-08-28 | 1 | -6/+12 |
* | lib: break up show nexthop API a bit for reuse | Stephen Worley | 2020-08-27 | 1 | -3/+10 |
* | lib: fix crash in show nexthop when vrf deleted | Stephen Worley | 2020-08-18 | 1 | -1/+1 |
* | lib: support multiple backup nexthops in nexthop group cli | Mark Stapp | 2020-07-17 | 1 | -29/+51 |
* | lib,sharpd,zebra: initial support for multiple backup nexthops | Mark Stapp | 2020-07-17 | 1 | -3/+4 |
* | pbrd, lib: remember to free alloc'd qobj on delete | Wesley Coakley | 2020-07-01 | 1 | -0/+1 |
* | pbrd, lib, doc: fix new `show` json key semantics | Wesley Coakley | 2020-05-27 | 1 | -5/+5 |
* | pbrd, lib: verbosity++ for json `show` directives | Wesley Coakley | 2020-05-27 | 1 | -6/+6 |
* | pbrd, lib: opt. json for `show pbr nexthop-group` | Wesley Coakley | 2020-05-27 | 1 | -0/+54 |
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: move CLI parent data to cmd_node->parent_node | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -3/+3 |
* | lib: support replacement in the nexthop-group cli | Mark Stapp | 2020-04-07 | 1 | -27/+101 |
* | lib: support backup nexthops in nexthop-groups and zapi | Mark Stapp | 2020-03-27 | 1 | -9/+81 |
* | zebra,lib: use const in more apis | Mark Stapp | 2020-03-27 | 1 | -0/+4 |
* | lib: use const in nexthop_group copy api | Mark Stapp | 2020-02-25 | 1 | -1/+2 |
* | Merge pull request #5600 from sworleys/NHG-Depend-Crash | Mark Stapp | 2020-01-15 | 1 | -4/+0 |
|\ |
|
| * | lib,zebra: tighten up the nexthop_copy/nexthop_dup APIs | Stephen Worley | 2020-01-15 | 1 | -4/+0 |
* | | lib: assert if someone adds to nexthop list to nhg | Stephen Worley | 2020-01-15 | 1 | -2/+3 |
|/ |
|