| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
|/ |
|
* | Merge pull request #5535 from opensourcerouting/santa-elf | Donald Sharp | 2019-12-16 | 1 | -1/+1 |
|\ |
|
| * | lib: make some variables static | David Lamparter | 2019-12-13 | 1 | -1/+1 |
* | | Merge pull request #5452 from mjstapp/fix_notify_nhg | Donald Sharp | 2019-12-13 | 1 | -18/+63 |
|\ \
| |/
|/| |
|
| * | lib,zebra: add api to enforce nexthop sort order when copying | Mark Stapp | 2019-12-09 | 1 | -18/+63 |
* | | lib: Add weight to nexthop for nexthop-group nexthops | Donald Sharp | 2019-12-09 | 1 | -20/+35 |
|/ |
|
* | Merge pull request #5439 from mjstapp/nhg_add_labels | Renato Westphal | 2019-12-06 | 1 | -19/+114 |
|\ |
|
| * | lib: support labelled nexthops in nexthop_groups | Mark Stapp | 2019-12-03 | 1 | -19/+114 |
* | | lib,zebra: use nhg_hash_entry pointer in route_entry | Mark Stapp | 2019-12-04 | 1 | -2/+2 |
|/ |
|
* | lib,pbrd,zebra: Use one api to delete nexthops/group | Stephen Worley | 2019-10-25 | 1 | -6/+2 |
* | lib: Add common handler for nexthop_group_equal*() | Stephen Worley | 2019-10-25 | 1 | -18/+22 |
* | lib: Add NULL check in nexthop_group_equal*() iter | Stephen Worley | 2019-10-25 | 1 | -0/+14 |
* | lib: Fix nexthop_group_equal*() NULL check | Stephen Worley | 2019-10-25 | 1 | -2/+2 |