| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Replace hash_cmp function return value to a bool | Donald Sharp | 2018-10-19 | 1 | -19/+19 |
* | Merge pull request #3032 from donaldsharp/bgp_info | Lou Berger | 2018-10-11 | 1 | -2/+2 |
|\ |
|
| * | bgpd: Rename various variable names to something more appropriate | Donald Sharp | 2018-10-09 | 1 | -2/+2 |
| * | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 1 | -1/+1 |
| * | bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX | Donald Sharp | 2018-10-09 | 1 | -1/+1 |
* | | bgpd: Incorrect sent prefix count for a split subgroup | Ameya Dharkar | 2018-10-10 | 1 | -0/+2 |
|/ |
|
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -2/+2 |
* | bgpd: BGP_[WARN|ERR] -> EC_BGP | Quentin Young | 2018-09-13 | 1 | -1/+1 |
* | *: rename zlog_fer -> flog_err | Quentin Young | 2018-08-14 | 1 | -1/+1 |
* | bgpd: implement zlog_ferr facility for enhance error messages in bgp | Don Slice | 2018-08-14 | 1 | -2/+4 |
* | Merge pull request #2483 from pacovn/clang_scan_bgpd_updgrp_deref | Russ White | 2018-06-19 | 1 | -1/+1 |
|\ |
|
| * | bgpd: null check (Clang scan-build) | paco | 2018-06-18 | 1 | -1/+1 |
* | | bgpd: null check (Coverity 1399274) | paco | 2018-06-15 | 1 | -1/+1 |
|/ |
|
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -10/+9 |
* | bgpd, tests: comment formatting | Quentin Young | 2017-11-30 | 1 | -4/+5 |
* | bgpd: re-add update-group write triggers | Quentin Young | 2017-11-30 | 1 | -0/+16 |
* | bgpd: move packet writes into dedicated pthread | Quentin Young | 2017-11-30 | 1 | -17/+0 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -33/+19 |
* | bgpd: kill bgp_attr_refcount() | David Lamparter | 2017-09-07 | 1 | -1/+1 |
* | bgpd: Add various hash optimizations | Donald Sharp | 2017-09-05 | 1 | -3/+7 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -2/+2 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -2/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1389/+1355 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -6/+6 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -29/+29 |
* | *: update hash_create(), hash_create_size() | Quentin Young | 2017-07-02 | 1 | -2/+2 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -69/+65 |
* | *: remove THREAD_BACKGROUND | Quentin Young | 2017-06-08 | 1 | -2/+2 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -3/+3 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -3/+2 |
* | lib: replace strlcpy & strlcat with glibc versions | David Lamparter | 2016-11-15 | 1 | -1/+0 |
* | bgpd: 'neighbor x.x.x.x weight' should be per address-family | Daniel Walton | 2016-10-10 | 1 | -1/+0 |
* | bgpd: fix build on Solaris | Renato Westphal | 2016-08-24 | 1 | -2/+2 |
* | Quagga: make check is broken with addpath changes | Daniel Walton | 2015-12-11 | 1 | -2/+5 |
* | BGP: crash in update_subgroup_merge() | Daniel Walton | 2015-11-17 | 1 | -16/+4 |
* | BGP: route-server will now use addpath...chop the _rsclient code | Daniel Walton | 2015-11-10 | 1 | -5/+2 |
* | BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS" | Daniel Walton | 2015-11-06 | 1 | -0/+19 |
* | BGP: support for addpath TX | Daniel Walton | 2015-11-05 | 1 | -1/+8 |
* | BGP ORF fails to filter prefixes correctly | Daniel Walton | 2015-11-04 | 1 | -4/+9 |
* | BGP: peer-group restrictions should be relaxed, update-groups determine outbo... | Daniel Walton | 2015-10-28 | 1 | -3/+0 |
* | bgpd: fix using of two pointers for struct thread_master * | Donald Sharp | 2015-10-14 | 1 | -1/+1 |
* | BGP: Ensure default-originate works with update-groups | vivek | 2015-09-21 | 1 | -1/+6 |
* | Fix some more memory issues in Quagga | Donald Sharp | 2015-09-02 | 1 | -0/+5 |
* | Fixup code to use correct XMALLOC operators | Donald Sharp | 2015-08-26 | 1 | -15/+24 |
* | quagga: quagga-memory-leaks.patch | Donald Sharp | 2015-05-20 | 1 | -2/+16 |
* | bgpd: bgpd-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -34/+33 |
* | If a route-map is used on a neighbor default-originate statement we need to d... | Donald Sharp | 2015-05-20 | 1 | -1/+41 |