| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -4/+2 |
* | zebra: When shutting down actually close the socket | Donald Sharp | 2019-03-27 | 1 | -0/+12 |
* | zebra: Update zserv debug messages to give a bit more useful info | Donald Sharp | 2019-02-10 | 1 | -3/+6 |
* | zebra: Remove zclient->idinfo restrictions | Donald Sharp | 2019-02-05 | 1 | -2/+0 |
* | zebra: Remove `struct zebra_t` | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
* | zebra: Move packets_to_process to zrouter | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
* | zebra: Move rtm_table_default to zrouter | Donald Sharp | 2019-01-31 | 1 | -1/+1 |
* | zebra: Make zebrad.sock zserv.c private data | Donald Sharp | 2019-01-31 | 1 | -14/+17 |
* | zebra: Move client_list to the zebra_router data structure | Donald Sharp | 2019-01-31 | 1 | -6/+6 |
* | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -4/+5 |
* | zebra, lib: send VRF backend to the client daemons | Renato Westphal | 2019-01-20 | 1 | -2/+0 |
* | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 1 | -4/+6 |
* | zebra: make incoming zserv message-processing a singleton event | Mark Stapp | 2018-12-13 | 1 | -2/+13 |
* | *: only use 32-bit atomics | Quentin Young | 2018-11-19 | 1 | -1/+1 |
* | zebra: Add counting to nexthop register/unregister events | Donald Sharp | 2018-10-31 | 1 | -0/+4 |
* | lib: remove frr_pthread->id | David Lamparter | 2018-09-19 | 1 | -1/+0 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -3/+2 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -4/+4 |
* | zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA | Quentin Young | 2018-09-13 | 1 | -2/+2 |
* | zebra: fix includes | Quentin Young | 2018-09-06 | 1 | -0/+1 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -16/+14 |
* | *: pthread set name abstraction | Chirag Shah | 2018-08-30 | 1 | -1/+2 |
* | *: use frr_elevate_privs() (2/2: manual) | David Lamparter | 2018-08-14 | 1 | -10/+7 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -2/+3 |
* | zebra: don't close client socket from I/O pthread | Quentin Young | 2018-08-01 | 1 | -4/+4 |
* | zebra: ensure cleanup of rib on client close | Quentin Young | 2018-08-01 | 1 | -6/+1 |
* | zebra: dont delete pthreads from under themselves | Quentin Young | 2018-07-31 | 1 | -26/+50 |
* | zebra: remove unused var in zserv.c | Quentin Young | 2018-07-24 | 1 | -1/+0 |
* | zebra: fix zapi fuzzing infra | Quentin Young | 2018-07-18 | 1 | -12/+4 |