| Commit message (Expand) | Author | Age | Files | Lines |
* | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -5/+5 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -80/+100 |
* | Merge pull request #714 from opensourcerouting/cli_magic_defpy | Donald Sharp | 2017-06-28 | 1 | -23/+14 |
|\ |
|
| * | bgpd: (demo) apply some DEFPY() | David Lamparter | 2017-06-14 | 1 | -23/+14 |
* | | *: simplify log message lookup | Quentin Young | 2017-06-21 | 1 | -14/+14 |
|/ |
|
* | bgpd: fix addpath buffer overrun | Quentin Young | 2017-06-06 | 1 | -4/+7 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -18/+18 |
* | bgpd: removed unused parameter from bgp_dump_attr() | Renato Westphal | 2017-05-12 | 1 | -1/+1 |
* | Update to draft-ietf-idr-bgp-prefix-sid-05 | Daniel Walton | 2017-04-26 | 1 | -2/+5 |
* | bgpd: This patch implements the exchange of the BGP-Prefix-SID label index attr | Vivek Venkatraman | 2017-04-06 | 1 | -0/+4 |
* | bgpd: RX shutdown message in "show bgp neighbor" | David Lamparter | 2017-03-07 | 1 | -5/+40 |
* | bgpd: use a define for addpath string size | Philippe Guibert | 2017-02-14 | 1 | -1/+3 |
* | bgpd: Update logging for EVPN prefixes | vivek | 2017-02-14 | 1 | -0/+29 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -2/+0 |
* | *: coccinelle-replace vty->index | David Lamparter | 2016-12-09 | 1 | -4/+8 |
* | Merge branch 'vtysh-grammar' | David Lamparter | 2016-11-28 | 1 | -65/+74 |
|\ |
|
| * | bgpd: Clean up cli help strings | Quentin Young | 2016-10-28 | 1 | -12/+12 |
| * | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -0/+44 |
| |\ |
|
| * | | bgpd: collaps show ip bgp, show ip bgp x.x.x.x, etc calls | Daniel Walton | 2016-09-26 | 1 | -8/+0 |
| * | | bgpd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -32/+48 |
| * | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -14/+14 |
| * | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -7/+8 |
| * | | bgpd: argv update for all but bgp_vty.c | Daniel Walton | 2016-09-22 | 1 | -32/+32 |
* | | | lib: replace strlcpy & strlcat with glibc versions | David Lamparter | 2016-11-15 | 1 | -1/+0 |
| |/
|/| |
|
* | | bgp debug: restore printing of memstats on exit, now prints if any debug flag... | Lou Berger | 2016-09-30 | 1 | -0/+44 |
|/ |
|
* | bgp: add "debug bgp allow-martians" next hops and related code/commands | Lou Berger | 2016-09-03 | 1 | -0/+58 |
* | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-08-16 | 1 | -0/+1 |
* | BGP displays "keepalive" instead of "keepalives" for debugs | Daniel Walton | 2016-08-01 | 1 | -1/+1 |
* | BGP: remove deprecated debugs from the parser | Daniel Walton | 2016-03-11 | 1 | -70/+0 |
* | BGP: Rework iteration of peer_af_array | vivek | 2016-01-22 | 1 | -8/+16 |
* | BGP: Remove deprecated commands and add warning that "show ipv6 bgp" | Daniel Walton | 2015-11-13 | 1 | -4/+4 |
* | Quagga: Fix compile warnings for GCC4.9 | Donald Sharp | 2015-09-25 | 1 | -2/+2 |
* | BGP: Display the right reason code for session reset | Daniel Walton | 2015-09-16 | 1 | -30/+38 |
* | bgpd: Exchange hostname capability and display hostnames in output | Daniel Walton | 2015-09-11 | 1 | -1/+7 |
* | Fixup code to use correct XMALLOC operators | Donald Sharp | 2015-08-26 | 1 | -3/+3 |
* | Remove draft-walton-bgp-hostname-capability-00 for now | Donald Sharp | 2015-06-12 | 1 | -6/+1 |
* | bgpd-hostname-cap.patch | Donald Sharp | 2015-05-20 | 1 | -1/+8 |
* | bgpd: bgpd-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -9/+9 |
* | Some debug calls are being passed the incorrect peer | Donald Sharp | 2015-05-20 | 1 | -109/+87 |
* | Fixup old debug commands to work with new cli | Donald Sharp | 2015-05-20 | 1 | -0/+70 |
* | Show enabled debugs in the running configuration | Donald Sharp | 2015-05-20 | 1 | -66/+160 |
* | Add 'debug bgp bestpath' | Donald Sharp | 2015-05-20 | 1 | -0/+155 |
* | Use #define for mp_nexthop_len values | Donald Sharp | 2015-05-20 | 1 | -3/+3 |
* | BGP: Add dynamic update group support | Donald Sharp | 2015-05-20 | 1 | -2/+105 |
* | Overhual BGP debugs | Donald Sharp | 2015-05-20 | 1 | -238/+870 |
* | nexthop-tracking.patch | Donald Sharp | 2015-05-20 | 1 | -0/+57 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -1/+1 |
* | bgpd: improve logging of invalid BGP Notifications | Leonid Rosenboim | 2013-01-15 | 1 | -12/+16 |
* | bgpd, zebra: Fix format for some metric outputs | Jorge Boncompte [DTI2] | 2012-05-02 | 1 | -2/+2 |