| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7756 from pjdruddy/bgplu-fixes | Donald Sharp | 2021-01-09 | 1 | -3/+2 |
|\ |
|
| * | zebra: labelmanager could return reserved labels | Pat Ruddy | 2021-01-04 | 1 | -2/+1 |
| * | zebra: label manager should never return a reserved block | Pat Ruddy | 2021-01-04 | 1 | -1/+1 |
* | | zebra: expose label-manager util-funcs | Pat Ruddy | 2021-01-05 | 1 | -15/+8 |
|/ |
|
* | zebra: unexpose label-manager util-funcs as static | Hiroki Shirokura | 2020-12-10 | 1 | -12/+16 |
* | zebra: Fix selection of label chunks in label manager | GalaxyGorilla | 2020-08-07 | 1 | -1/+1 |
* | zebra,ldpd: use zapi client session id in LM apis | Mark Stapp | 2020-04-16 | 1 | -75/+97 |
* | zebra: minor fix to label manager log | Emanuele Di Pascale | 2020-04-07 | 1 | -0/+9 |
* | *: use the current project name (FRRouting) | Lou Berger | 2020-03-25 | 1 | -1/+1 |
* | zebra: Fix label manager memory leak | Donald Sharp | 2020-01-15 | 1 | -0/+4 |
* | zebra: Guard debug messages | Donald Sharp | 2019-07-17 | 1 | -4/+8 |
* | zebra: label manager refactor | Emanuele Di Pascale | 2019-07-10 | 1 | -293/+132 |
* | lib, zebra: support label chunk requests for SRGB | Emanuele Di Pascale | 2019-07-10 | 1 | -16/+140 |
* | zebra: fix label manager EAGAIN error | Emanuele Di Pascale | 2019-06-24 | 1 | -4/+9 |
* | zebra: label manager race condition fix | F. Aragon | 2019-04-05 | 1 | -5/+3 |
* | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -3/+4 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -1/+1 |
* | zebra: filter zebra messages (label manager) | F. Aragon | 2018-09-18 | 1 | -1/+22 |
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -2/+3 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -14/+14 |
* | zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA | Quentin Young | 2018-09-13 | 1 | -11/+11 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -4/+3 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -10/+10 |
* | zebra, lib: error references for zebra | Quentin Young | 2018-08-14 | 1 | -18/+29 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 1 | -2/+0 |
* | zebra: rebase zserv-mt | Quentin Young | 2018-05-29 | 1 | -1/+1 |
* | zebra: refactor zserv names, consolidate events | Quentin Young | 2018-05-29 | 1 | -1/+1 |
* | lib, zebra: fix formatting and style | Fredi Raspall | 2018-05-08 | 1 | -15/+16 |
* | zebra, lib: Fix SA warning and formatting. | Fredi Raspall | 2018-05-01 | 1 | -9/+8 |
* | zebra: Fix label manager proxy mode. | Fredi Raspall | 2018-05-01 | 1 | -25/+87 |
* | zebra: fix broken label manager proxy mode. | Fredi Raspall | 2018-04-27 | 1 | -6/+3 |
* | zebra: cleanup for zapi_msg.c split | Quentin Young | 2018-04-23 | 1 | -1/+1 |
* | zebra: use hooks for client lifecycle callbacks | Quentin Young | 2018-04-23 | 1 | -31/+36 |
* | zebra: add the handling of table ids from remote daemons | Philippe Guibert | 2018-03-29 | 1 | -1/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -8/+9 |
* | zebra: reorganize zserv, batch i/o | Quentin Young | 2018-03-12 | 1 | -6/+16 |
* | *: Make code use a consisten definition of labels | Donald Sharp | 2018-02-09 | 1 | -2/+2 |
* | zebra: use zclient_create_header | Donald Sharp | 2018-01-22 | 1 | -1/+1 |
* | ldpd: Add privs to label manager | ßingen | 2018-01-05 | 1 | -0/+3 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -1/+1 |
* | *: remove --enable-tcp-zebra, rework ZAPI path | David Lamparter | 2017-08-08 | 1 | -1/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -31/+34 |
* | zebra: fix label manager merge snafu | David Lamparter | 2017-05-18 | 1 | -2/+2 |
* | Merge branch 'stable/3.0' | David Lamparter | 2017-05-18 | 1 | -38/+95 |
|\ |
|
| * | lm: Make relay label manager async | ßingen | 2017-05-11 | 1 | -38/+95 |
| * | Address the error "Dead assignment" of static analysif | Hung-Weic Chiu | 2017-05-10 | 1 | -1/+0 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |