| Commit message (Expand) | Author | Age | Files | Lines |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -18/+11 |
* | lib: Fix nexthop reading to work better | Donald Sharp | 2017-11-06 | 1 | -1/+1 |
* | lib: Hash creation cleanup | Donald Sharp | 2017-09-05 | 1 | -5/+10 |
* | *: Add RMAP_COMPILE_SUCCESS to enum | Donald Sharp | 2017-08-25 | 1 | -61/+66 |
* | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -1/+1 |
* | lib, bgpd: fix `set ip next-hop peer-address` | Quentin Young | 2017-08-10 | 1 | -9/+9 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -6/+4 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -4/+6 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -2112/+1905 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -17/+17 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -17/+17 |
* | | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -39/+39 |
|/ |
|
* | *: update hash_create(), hash_create_size() | Quentin Young | 2017-07-02 | 1 | -3/+3 |
* | *: rebase vty_outln() -> master | Quentin Young | 2017-06-29 | 1 | -6/+6 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -60/+52 |
* | Merge pull request #735 from qlyoung/fix-routemap | Russ White | 2017-06-29 | 1 | -10/+22 |
|\ |
|
| * | lib: some minor cli fixups for routemap | Quentin Young | 2017-06-21 | 1 | -2/+6 |
| * | ospfd: fix route-map brokenness | Quentin Young | 2017-06-17 | 1 | -4/+4 |
| * | lib: improve routemap error messages | Quentin Young | 2017-06-17 | 1 | -8/+16 |
* | | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 1 | -1/+1 |
|/ |
|
* | lib: "show route-map" is missing from the parser | Daniel Walton | 2017-06-14 | 1 | -1/+1 |
* | lib: detangle protocol name/instance from logging | David Lamparter | 2017-05-18 | 1 | -13/+4 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -18/+18 |
* | lib: cli: autocomplete variables | David Lamparter | 2017-05-15 | 1 | -1/+27 |
* | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -2/+2 |
* | lib: hide away logging internals | David Lamparter | 2017-03-08 | 1 | -3/+3 |
* | lib: simplify protocol/log naming | David Lamparter | 2017-03-08 | 1 | -2/+2 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -3/+2 |
* | lib: fix some coverity NULL check warnings | David Lamparter | 2017-02-08 | 1 | -16/+16 |
* | lib: Fix warning -> error build issue | Donald Sharp | 2017-02-07 | 1 | -3/+3 |
* | lib, bgpd: fix miscellaneous route-map commands | Quentin Young | 2017-01-31 | 1 | -5/+7 |
* | Support for BGP Large Communities | Job Snijders | 2017-01-19 | 1 | -0/+7 |
* | Merge pull request #27 from qlyoung/fix-derefs2 | Donald Sharp | 2017-01-07 | 1 | -11/+12 |
|\ |
|
| * | bgpd, lib: fix a few scan-build catches | Quentin Young | 2016-12-20 | 1 | -11/+12 |
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-01-06 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | lib: Ensure ptrs are NULL on free | Donald Sharp | 2016-12-16 | 1 | -1/+5 |
* | | lib: remove vty->index | David Lamparter | 2016-12-09 | 1 | -1/+1 |
* | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -0/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-25 | 1 | -1/+5 |
|\| |
|
| * | lib: Fix race condition in shutdown of routemap | Donald Sharp | 2016-10-24 | 1 | -1/+5 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -31/+31 |
|\| |
|
| * | lib: Add cleanup for routemaps | Donald Sharp | 2016-10-19 | 1 | -12/+20 |
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -22/+11 |
| * | bgpd, lib: memory cleanups for valgrind, plus debug changes | Lou Berger | 2016-10-18 | 1 | -0/+3 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -63/+129 |
|\| |
|
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 1 | -0/+26 |
| * | lib: use qobj for vty->index context position | David Lamparter | 2016-10-07 | 1 | -21/+9 |