| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -1/+1 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+1 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -0/+6 |
* | bfdd, zebra: pass the vrf identifier between zebra and bfdd | Philippe Guibert | 2019-05-07 | 1 | -9/+9 |
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -2/+2 |
* | *: do not check XMALLOC / XCALLOC for null ret | Quentin Young | 2019-02-26 | 1 | -2/+0 |
* | zebra: Move client_list to the zebra_router data structure | Donald Sharp | 2019-01-31 | 1 | -3/+3 |
* | zebra: Move the master thread handler to the zrouter structure | Donald Sharp | 2019-01-31 | 1 | -12/+12 |
* | zebra_ptm: Introduce IS_BFD_ENABLED_PROTOCOL macro | Christian Franke | 2018-10-05 | 1 | -27/+3 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -7/+7 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -3/+3 |
* | zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA | Quentin Young | 2018-09-13 | 1 | -3/+3 |
* | zebra: fix includes | Quentin Young | 2018-09-06 | 1 | -0/+1 |
* | zebra: flog_warn conversion | Quentin Young | 2018-09-06 | 1 | -18/+20 |
* | Merge pull request #2856 from opensourcerouting/bfd-work | Donald Sharp | 2018-08-17 | 1 | -0/+2 |
|\ |
|
| * | bfdd: fix zebra_ptm adapter memory leak | Rafael Zalamena | 2018-08-16 | 1 | -0/+2 |
* | | zebra: When using BFD ensure that zebra thinks ptm is disabled | Donald Sharp | 2018-08-16 | 1 | -1/+1 |
* | | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -2/+2 |
* | | zebra, lib: error references for zebra | Quentin Young | 2018-08-14 | 1 | -19/+25 |
|/ |
|
* | bfdd: clean-up bfd clients data on shutdown | Rafael Zalamena | 2018-08-08 | 1 | -4/+18 |
* | bfdd: send replay request on zebra connection | Rafael Zalamena | 2018-08-08 | 1 | -7/+26 |
* | bfdd: re-route PTM-BFD daemon messages | Rafael Zalamena | 2018-08-08 | 1 | -0/+405 |
* | eigrpd lib pimd zebra: dead code (PVS-Studio) | F. Aragon | 2018-07-06 | 1 | -20/+16 |
* | zebra: refactor zserv names, consolidate events | Quentin Young | 2018-05-29 | 1 | -1/+1 |
* | Zebra: Fix ptm-enable config failure on internally created interfaces | radhika | 2018-05-09 | 1 | -3/+3 |
* | zebra: style last 3 changes | Quentin Young | 2018-04-23 | 1 | -1/+1 |
* | 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 | -10/+9 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -6/+6 |
* | zebra: reorganize zserv, batch i/o | Quentin Young | 2018-03-12 | 1 | -5/+3 |
* | zebra: standardize ZAPI message handler args | Quentin Young | 2018-03-12 | 1 | -9/+7 |
* | zebra: dont return a status code in zapi handlers | Quentin Young | 2018-03-12 | 1 | -14/+14 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -2/+1 |
* | zebra: Clean up some SA issues found by new code | Donald Sharp | 2018-02-14 | 1 | -2/+7 |
* | zebra: Fix crash in ptm code | Donald Sharp | 2018-01-25 | 1 | -1/+10 |
* | lib: increase vrf_id from 16 bit to 32 bit identifier | Philippe Guibert | 2018-01-22 | 1 | -1/+1 |
* | zebra: Cleanup leaked context information on failure | Donald Sharp | 2017-12-05 | 1 | -0/+2 |
* | lib, zebra: Modify zebra to use STREAM_GET for zapi | Donald Sharp | 2017-11-13 | 1 | -25/+30 |
* | zebra: No need to pass sock descriptor around. | Donald Sharp | 2017-10-24 | 1 | -3/+3 |
* | zebra: Always read full zapi message in ptm code | Donald Sharp | 2017-10-24 | 1 | -3/+3 |
* | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 1 | -2/+2 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 1 | -4/+2 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -27/+30 |
* | zebra: Coverity Code Cleanup | Donald Sharp | 2017-08-25 | 1 | -1/+1 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -3/+2 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -2/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -906/+872 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -4/+4 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -5/+4 |
* | pimd: pim bfd support | Chirag Shah | 2017-05-18 | 1 | -1/+1 |