| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: do not load/store wider-than-ptr atomics | David Lamparter | 2023-01-06 | 1 | -35/+33 |
* | zebra: fix a couple of typos | Mark Stapp | 2023-01-03 | 1 | -1/+2 |
* | zebra: use real MTYPEs for various objects | Mark Stapp | 2022-12-05 | 1 | -2/+12 |
* | zebra: Convert time to uint64_t for zclient data structures | Donald Sharp | 2022-08-24 | 1 | -7/+5 |
* | *: frr_with_mutex change to follow our standard | Donald Sharp | 2022-07-20 | 1 | -11/+11 |
* | *: Fix spelling of Gracefull | Donald Sharp | 2022-04-02 | 1 | -2/+2 |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -17/+10 |
* | zebra: Expand v4/v6 route space | Donald Sharp | 2021-11-17 | 1 | -3/+4 |
* | zebra: Display how long zebra is expected to wait for GR | Donald Sharp | 2021-10-07 | 1 | -1/+2 |
* | zebra: GR data was being printed 2 times for `show zebra client` | Donald Sharp | 2021-10-07 | 1 | -17/+0 |
* | zebra: On client shutdown cleanup any vrf labels associated with it | Donald Sharp | 2021-07-21 | 1 | -0/+2 |
* | zebra: Move individual lines to table in `show zebra client` command | Donald Sharp | 2021-06-11 | 1 | -14/+12 |
* | zebra: Add message counts for `show zebra client` | Donald Sharp | 2021-06-11 | 1 | -0/+5 |
* | *: drop zassert.h | David Lamparter | 2021-04-23 | 1 | -1/+0 |
* | zebra: link layer config and notification, implementation in zebra | Philippe Guibert | 2021-04-09 | 1 | -0/+2 |
* | zebra: Display instance id as part of `show zebra client summ` | Donald Sharp | 2021-02-04 | 1 | -2/+11 |
* | zebra: Allow `show zebra client` to give clues about route update status | Donald Sharp | 2020-12-10 | 1 | -0/+3 |
* | zebra: Adding zapi client close notification | Karen Schoener | 2020-12-08 | 1 | -0/+17 |
* | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 1 | -5/+3 |
* | zebra: handle proto NHG uninstall client disconnect | Stephen Worley | 2020-09-28 | 1 | -0/+8 |
* | zebra: remove fuzzing stuff | Jakub UrbaĆczyk | 2020-08-25 | 1 | -11/+0 |
* | Merge pull request #6483 from sylane/router-id-v6 | Donald Sharp | 2020-08-10 | 1 | -2/+2 |
|\ |
|
| * | zebra: add IPv6 router-id | Sebastien Merle | 2020-07-17 | 1 | -2/+2 |
* | | zebra: Ethernet segment management and support for MAC-ECMP | Anuradha Karuppiah | 2020-08-05 | 1 | -0/+6 |
|/ |
|
* | sharpd,zebra: unicast support for zapi messages | Mark Stapp | 2020-06-10 | 1 | -16/+1 |
* | zebra: add zserv_send_batch api | Mark Stapp | 2020-06-02 | 1 | -0/+19 |
* | zebra: don't print stale text if no GR info | Mark Stapp | 2020-06-02 | 1 | -2/+6 |
* | zebra: call zapi message handler with a batch | Mark Stapp | 2020-06-02 | 1 | -5/+3 |
* | zebra: add lock and busy counter for zclients | Mark Stapp | 2020-06-02 | 1 | -21/+162 |
* | zebra, lib: bugfix on zebra packet debugging | Wesley Coakley | 2020-05-28 | 1 | -1/+1 |
* | lib,zebra: add a session id for zapi sessions | Mark Stapp | 2020-04-16 | 1 | -5/+19 |
* | zebra: use %u for unsigned when printing counters | Quentin Young | 2020-04-14 | 1 | -18/+18 |
* | lib, *: add a common time interval formatting api | Mark Stapp | 2020-03-09 | 1 | -33/+9 |
* | Merge pull request #5916 from mjstapp/fix_gmtime | Quentin Young | 2020-03-05 | 1 | -17/+18 |
|\ |
|
| * | *: use gmtime_r, localtime_r exclusively | Mark Stapp | 2020-03-05 | 1 | -17/+18 |
* | | Zebra: Zebra gr dynamic client handling. | Santosh P K | 2020-02-21 | 1 | -2/+2 |
|/ |
|
* | zebra: Handling of connection disconnect and connect with GR. | Santosh P K | 2020-01-30 | 1 | -6/+27 |
* | zebra: Header file changes and show commands. | Santosh P K | 2020-01-30 | 1 | -2/+101 |
* | zebra: fix redist memleak on client disconnect | Quentin Young | 2020-01-15 | 1 | -1/+3 |
* | zebra: Fix `show zebra client` display to handle columns right | Donald Sharp | 2019-11-23 | 1 | -1/+1 |
* | zebra: Adjust column display of `show zebra client summ` for openfabric | Donald Sharp | 2019-11-23 | 1 | -2/+2 |
* | lib, zebra: Fix last write command written | Donald Sharp | 2019-10-15 | 1 | -1/+1 |
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -1/+1 |
* | lib: add frr_with_mutex() block-wrapper | David Lamparter | 2019-09-03 | 1 | -12/+4 |
* | zebra: label manager refactor | Emanuele Di Pascale | 2019-07-10 | 1 | -25/+0 |
* | zebra: Fuzzing code has gotten a bit out of date | Donald Sharp | 2019-06-15 | 1 | -2/+0 |
* | lib, zebra: Ensure route encoding has enough space | Donald Sharp | 2019-05-31 | 1 | -2/+4 |
* | doc, zebra: Remove "table X" command | Donald Sharp | 2019-05-06 | 1 | -4/+0 |
* | zebra: fix zapi msg debugging dumps | Quentin Young | 2019-05-03 | 1 | -5/+2 |
* | lib, zebra: changes to propagate vxlan mcast SG entries to pimd | Anuradha Karuppiah | 2019-04-20 | 1 | -0/+2 |