| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: delay destruction of label pool | Philippe Guibert | 2018-12-05 | 1 | -0/+3 |
* | bgpd: allow vrf validity and bgp vrf import/export, when zebra is off | Philippe Guibert | 2018-11-13 | 1 | -2/+8 |
* | *: add empty array of YANG modules | Renato Westphal | 2018-10-27 | 1 | -1/+5 |
* | lib: introduce new northbound API | Renato Westphal | 2018-10-27 | 1 | -1/+1 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -1/+1 |
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -3/+12 |
* | bgpd: BGP_[WARN|ERR] -> EC_BGP | Quentin Young | 2018-09-13 | 1 | -1/+1 |
* | bgpd: handle vrf aliases in vty API | Philippe Guibert | 2018-08-28 | 1 | -0/+6 |
* | *: add a vrf update hook to be informed of the vrf name | Philippe Guibert | 2018-08-28 | 1 | -1/+2 |
* | Merge pull request #2834 from dslicenc/import-vrf-fixes | Russ White | 2018-08-17 | 1 | -0/+16 |
|\ |
|
| * | bgpd: issues with vrf imports when switchd or networking restarted | Don Slice | 2018-08-14 | 1 | -0/+16 |
* | | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -1/+1 |
* | | bgpd: Cleanup initialization of bgp_errors.c | Donald Sharp | 2018-08-14 | 1 | -0/+2 |
* | | bgpd: implement zlog_ferr facility for enhance error messages in bgp | Don Slice | 2018-08-14 | 1 | -1/+3 |
|/ |
|
* | bgpd: bgp_default may be null | Donald Sharp | 2018-06-12 | 1 | -1/+2 |
* | bgpd: Fix crash when shutdown | Donald Sharp | 2018-06-12 | 1 | -2/+8 |
* | *: remove -r from daemons except zebra | Quentin Young | 2018-05-21 | 1 | -10/+17 |
* | bgpd: block io thread reads once shutdown has started | Lou Berger | 2018-05-10 | 1 | -0/+2 |
* | bgpd option '-p 0' means do not listen BGP port. | kishiguro | 2018-04-06 | 1 | -2/+4 |
* | bgpd: vpn-vrf route leaking | G. Paul Ziemba | 2018-03-09 | 1 | -0/+6 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -3/+2 |
* | bgpd,ospfd: add sys_admin capabilities | Philippe Guibert | 2018-03-02 | 1 | -1/+1 |
* | bgpd: no need to initialise netns directly | Philippe Guibert | 2018-02-27 | 1 | -1/+0 |
* | bgpd: server socket is created for all enabled VRF | Philippe Guibert | 2018-02-27 | 1 | -0/+2 |
* | bgpd: bgp support for netns | Philippe Guibert | 2018-02-27 | 1 | -0/+3 |
* | bgpd: fix compilation issue with bgpd | Philippe Guibert | 2018-01-22 | 1 | -3/+3 |
* | bgpd: rd_idspace should be freed in bgp_exit | Mitesh Kanjariya | 2017-12-15 | 1 | -0/+1 |
* | bgpd: dynamically allocate synchronization primitives | Quentin Young | 2017-11-30 | 1 | -1/+1 |
* | lib, bgpd: implement pthread lifecycle management | Quentin Young | 2017-11-30 | 1 | -4/+5 |
* | bgpd: put BGP keepalives in a pthread | Quentin Young | 2017-11-30 | 1 | -1/+4 |
* | bgpd: move packet writes into dedicated pthread | Quentin Young | 2017-11-30 | 1 | -0/+4 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -1/+1 |
* | bgpd: skip run as option can be reused | Philippe Guibert | 2017-09-25 | 1 | -1/+1 |
* | lib: centralized memstats-at-exit | David Lamparter | 2017-08-24 | 1 | -3/+0 |
* | bgpd: don't zprivs_terminate() twice | David Lamparter | 2017-08-21 | 1 | -4/+1 |
* | lib: replace if_add_hook with hook_* logic | David Lamparter | 2017-08-15 | 1 | -3/+0 |
* | *: centralize some exit cleanup into libfrr | David Lamparter | 2017-08-15 | 1 | -8/+4 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -3/+1 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -1/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -274/+248 |
* | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 2017-07-14 | 1 | -0/+1 |
* | bgpd: Make buffer sizes automatically the correct size | Donald Sharp | 2017-06-22 | 1 | -6/+0 |
* | bgpd: Fix crash when going down | Donald Sharp | 2017-05-20 | 1 | -1/+1 |
* | Merge pull request #537 from donaldsharp/vrf_stuff | David Lamparter | 2017-05-17 | 1 | -11/+4 |
|\ |
|
| * | *: Consolidate vrf_hooks into vrf_init | Donald Sharp | 2017-05-16 | 1 | -11/+4 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -18/+18 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into mpls2 | Donald Sharp | 2017-04-26 | 1 | -3/+15 |
|\ |
|
| * | bgpd: restore -S, --skip_runas options | Lou Berger | 2017-04-02 | 1 | -1/+10 |
| * | bgp: fix a couple of instances of bm being used before init'ed | Lou Berger | 2017-04-02 | 1 | -2/+5 |
* | | bgpd: labeled unicast processing | Don Slice | 2017-04-06 | 1 | -0/+2 |
|/ |
|