| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Ensure the safi is set to a sensible value | Donald Sharp | 2023-03-29 | 1 | -0/+2 |
* | *: Convert event.h to frrevent.h | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Convert `struct event_master` to `struct event_loop` | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Convert THREAD_XXX macros to EVENT_XXX macros | Donald Sharp | 2023-03-24 | 1 | -7/+7 |
* | *: Convert struct thread_master to struct event_master and it's ilk | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | *: Convert thread_add_XXX functions to event_add_XXX | Donald Sharp | 2023-03-24 | 1 | -11/+11 |
* | *: Rename `struct thread` to `struct event` | Donald Sharp | 2023-03-24 | 1 | -3/+3 |
* | *: Rename thread.[ch] to event.[ch] | Donald Sharp | 2023-03-24 | 1 | -1/+1 |
* | Merge pull request #12780 from opensourcerouting/spdx-license-id | Donald Sharp | 2023-02-17 | 1 | -16/+1 |
|\ |
|
| * | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | | Merge pull request #12494 from louis-6wind/ext_admin_group | Olivier Dugeon | 2023-02-15 | 1 | -21/+44 |
|\ \ |
|
| * | | lib,yang,zebra: add extended admin-group support | Louis Scalbert | 2023-02-10 | 1 | -21/+44 |
| |/ |
|
* / | lib: add label_type as field in zapi_nexthop | Stephen Worley | 2023-02-14 | 1 | -0/+3 |
|/ |
|
* | lib: Add missing enum's to switch statement | Donald Sharp | 2023-01-31 | 1 | -2/+6 |
* | zebra: traffic control ZAPI | Siger Yang | 2022-11-22 | 1 | -0/+91 |
* | Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-support | Donatas Abraitis | 2022-11-14 | 1 | -0/+2 |
|\ |
|
| * | lib,zebra: Send SRv6 locator flags over the ZAPI | Carmine Scarpitta | 2022-10-29 | 1 | -0/+2 |
* | | *: Add ability to encode / decode resilence down zapi | Donald Sharp | 2022-11-04 | 1 | -0/+4 |
* | | lib: fix coverity scan failure in zebra_interface_link_params_read() | Louis Scalbert | 2022-10-27 | 1 | -2/+3 |
* | | lib,zebra: link-params are not flushed after no enable | Louis Scalbert | 2022-10-17 | 1 | -22/+47 |
|/ |
|
* | lib: Fix memory leak in `zclient_send_localsid()` | Carmine Scarpitta | 2022-08-24 | 1 | -6/+10 |
* | lib, zebra, bgpd: Move route EVPN flag to nexthop | Xiao Liang | 2022-06-10 | 1 | -2/+5 |
* | *: use FRR interface name definition everywhere | Rafael Zalamena | 2022-05-02 | 1 | -2/+2 |
* | *: add SAFI argument to zclient_send_rnh | David Lamparter | 2022-03-27 | 1 | -4/+4 |
* | *: When matching against a nexthop send and process what it matched against | Donald Sharp | 2022-03-12 | 1 | -1/+18 |
* | lib: Fix zclient.c `enum event` to `enum zclient_event` | Donald Sharp | 2022-03-02 | 1 | -3/+3 |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -16/+18 |
* | *: rework renaming the default VRF | Igor Ryzhov | 2021-12-21 | 1 | -3/+0 |
* | *: cleanup ifp->vrf_id | Igor Ryzhov | 2021-11-22 | 1 | -8/+7 |
* | lib: rename bfd function to reflect real functionality | Igor Ryzhov | 2021-11-15 | 1 | -1/+1 |
* | Merge pull request #9854 from opensourcerouting/zapi-call-table | Russ White | 2021-10-26 | 1 | -310/+45 |
|\ |
|
| * | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -310/+45 |
* | | lib: fix srv6 route hardcode with BGP | Hiroki Shirokura | 2021-10-26 | 1 | -1/+1 |
* | | lib: finish fixing spelling in lib files | ewlumpkin | 2021-10-22 | 1 | -10/+10 |
|/ |
|
* | lib: allow to create interfaces in non-existing VRFs | Igor Ryzhov | 2021-10-19 | 1 | -2/+4 |
* | lib, zebra: Send safi for rnh resolution | Donald Sharp | 2021-09-27 | 1 | -0/+2 |
* | zebra: Attempt to clarify variable names as they are used | Donald Sharp | 2021-09-27 | 1 | -2/+2 |
* | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messages | Donald Sharp | 2021-09-27 | 1 | -7/+0 |
* | *: Add resolve via default flag | Donald Sharp | 2021-09-27 | 1 | -2/+3 |
* | lib: add zapi encode/decode func for srv6 locator | Hiroki Shirokura | 2021-09-07 | 1 | -0/+27 |
* | nhrp, zebra, lib: pass exact received neighbor state value to nhrp | Philippe Guibert | 2021-08-26 | 1 | -6/+4 |
* | lib: Blackhole nexthops cannot be used as part of label generation | Donald Sharp | 2021-08-04 | 1 | -0/+16 |
* | lib: Convert assert to error and record it instead of aborting | Donald Sharp | 2021-08-04 | 1 | -2/+14 |
* | lib: Allow ZAPI_MESSAGE_OPAQUE_LENGTH length of data | Donald Sharp | 2021-07-07 | 1 | -1/+1 |
* | Merge pull request #8942 from ton31337/fix/cleanups_2 | Donald Sharp | 2021-07-06 | 1 | -2/+2 |
|\ |
|
| * | lib: Avoid using assignments within checks | Donatas Abraitis | 2021-06-29 | 1 | -2/+2 |
* | | *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | | *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+1 |
* | | *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -2/+2 |
* | | isisd, ospfd: update interface_link_params callback to check for change | Karen Schoener | 2021-06-28 | 1 | -1/+15 |
|/ |
|