| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: Cleanup linked list on shutdown in label manager | Donald Sharp | 2023-12-11 | 1 | -0/+5 |
* | zebra: do not accept static label requests conflicting with dynamic-block | Philippe Guibert | 2023-10-18 | 1 | -0/+9 |
* | zebra: dump the dynamic-block bounds on vty command | Philippe Guibert | 2023-10-18 | 1 | -4/+17 |
* | zebra: add json support to 'show debugging label-table' | Philippe Guibert | 2023-10-18 | 1 | -3/+26 |
* | zebra: add label chunk allocation in the dynamic block range | Philippe Guibert | 2023-10-18 | 1 | -7/+13 |
* | zebra: rework dynamic label request algorithm | Philippe Guibert | 2023-10-18 | 1 | -6/+7 |
* | zebra: add 'mpls label dynamic-block' command | Philippe Guibert | 2023-10-18 | 1 | -2/+87 |
* | zebra: fix label allocation when room space before first chunk | Philippe Guibert | 2023-10-18 | 1 | -1/+1 |
* | zebra, test: mark mpls label chunks as dynamic or static | Philippe Guibert | 2023-10-18 | 1 | -7/+12 |
* | zebra: add label chunk range in log when label manager request fails | Philippe Guibert | 2023-10-13 | 1 | -5/+13 |
* | zebra: merge lm_get_chunk_response() function | Philippe Guibert | 2023-10-13 | 1 | -17/+11 |
* | zebra: delete label chunk upon release | fmihoub6WIND | 2023-09-29 | 1 | -6/+7 |
* | zebra: dump label table information | fmihoub6WIND | 2023-09-29 | 1 | -0/+20 |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -14/+1 |
* | 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 |