| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: kill zebra_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -1/+0 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | * : update signature of thread_cancel api | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | zebra: dynamically detect vxlan link interfaces in other netns | Philippe Guibert | 2020-09-11 | 1 | -10/+11 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-08-18 | 1 | -1/+3 |
* | zebra, lib: add an internal API to get relative default nsid in other ns | Philippe Guibert | 2020-08-18 | 1 | -1/+11 |
* | evpn-netns: Revert PR5077, has been re-worked post-refactor | Pat Ruddy | 2020-08-05 | 1 | -16/+3 |
* | zebra: Possible write beyond buffer length | Donald Sharp | 2020-07-18 | 1 | -1/+1 |
* | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -8/+4 |
* | zebra: dynamically detect vxlan link interfaces in other netns | Philippe Guibert | 2020-05-18 | 1 | -10/+11 |
* | zebra, lib: store relative default ns id in each namespace | Philippe Guibert | 2020-05-18 | 1 | -1/+3 |
* | zebra, lib: add an internal API to get relative default nsid in other ns | Philippe Guibert | 2020-05-18 | 1 | -1/+11 |
* | *: use appropriate buffer sizes, specifiers | Quentin Young | 2020-04-21 | 1 | -1/+1 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -2/+2 |
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -4/+4 |
* | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -5/+5 |
* | Merge pull request #3511 from pguibert6WIND/handle_multiple_netns_delete_event | Donald Sharp | 2019-01-11 | 1 | -3/+4 |
|\ |
|
| * | zebra: handle multiple events for netns deletion event | Philippe Guibert | 2019-01-04 | 1 | -3/+4 |
* | | zebra: do not create vrf if name already set to default vrf at startup | Philippe Guibert | 2019-01-09 | 1 | -0/+12 |
|/ |
|
* | zebra: Allow ns delete to happen after under/over flow checks | Donald Sharp | 2018-12-18 | 1 | -2/+3 |
* | lib, zebra: default vrf configured will not be overwritten by discovery | Philippe Guibert | 2018-11-21 | 1 | -2/+2 |
* | zebra: improve safety of netns_notify_close() | Mark Stapp | 2018-10-25 | 1 | -2/+5 |
* | *: 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 | -6/+6 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -19/+30 |
* | zebra: detect if a netns is the default netns | Philippe Guibert | 2018-08-28 | 1 | -0/+50 |
* | *: use frr_elevate_privs() (1/2: coccinelle) | David Lamparter | 2018-08-14 | 1 | -21/+13 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -8/+8 |
* | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES | Donald Sharp | 2018-08-14 | 1 | -8/+9 |
* | zebra: cancel vrf creation if netns activation failed | Philippe Guibert | 2018-07-19 | 1 | -0/+1 |
* | zebra: sometimes, it is not possible to assign a NSID to a vrf | Philippe Guibert | 2018-07-18 | 1 | -0/+2 |
* | lib zebra: str-z check (2) (Coverity 1465494) | paco | 2018-06-27 | 1 | -0/+6 |
* | zebra: untrusted array index (2) (Coverity 1470113) | paco | 2018-06-22 | 1 | -1/+3 |
* | zebra: untrusted array index (Coverity 1470113) | paco | 2018-06-20 | 1 | -1/+0 |
* | zebra: string null termination (Coverity 1465494) | paco | 2018-06-19 | 1 | -0/+5 |
* | zebra: add an indirection table for ns_id | Philippe Guibert | 2018-04-13 | 1 | -3/+7 |
* | Update zebra_netns_notify.c | Philippe Guibert | 2018-03-24 | 1 | -1/+1 |
* | zebra: handle the zebra netns delete notifications | Philippe Guibert | 2018-03-23 | 1 | -2/+31 |
* | zebra: upon associating netns with vrf, prileges are raised | Philippe Guibert | 2018-03-13 | 1 | -0/+4 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -18/+15 |
* | zebra: prevent from discovering a NS with same NSID as previous one | Philippe Guibert | 2018-02-27 | 1 | -4/+11 |
* | zebra: adapt the vrf and logical router initialisation | Philippe Guibert | 2018-02-27 | 1 | -1/+1 |
* | zebra: collect and get netnamespaces information | Philippe Guibert | 2018-02-27 | 1 | -0/+264 |