| Commit message (Expand) | Author | Age | Files | Lines |
* | all: fix sundry syntax errors | Quentin Young | 2016-10-01 | 1 | -1/+1 |
* | lib: Fix '?'-completion dereferences in vtysh | Quentin Young | 2016-10-01 | 1 | -14/+7 |
* | lib, vtysh: refactor vtysh.c, allow parser continuance | Quentin Young | 2016-10-01 | 1 | -200/+150 |
* | vtysh: fixed compile errors | Daniel Walton | 2016-09-30 | 3 | -21/+19 |
* | bgpd: combine special cases for vrf "all" | Daniel Walton | 2016-09-30 | 1 | -5/+0 |
* | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -2/+2 |
* | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+2 |
* | bgpd, etc: changed .LINE to LINE... | Daniel Walton | 2016-09-27 | 1 | -1/+1 |
* | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -10/+10 |
* | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammar | Donald Sharp | 2016-09-21 | 5 | -7/+17 |
|\ |
|
| * | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 3 | -6/+15 |
| * | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 1 | -0/+1 |
| * | isisd, lib, vtysh: Allow extract.pl to fully work | Donald Sharp | 2016-09-17 | 1 | -1/+1 |
| * | isisd, vtysh: Fix isis routemaps | Donald Sharp | 2016-09-17 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-09-22 | 7 | -19/+180 |
|\| |
|
| * | lib: Fix tab completions memleak, memory stats corruption | Quentin Young | 2016-09-09 | 1 | -0/+3 |
| * | Unable to remove route-map from quagga | Daniel Walton | 2016-09-09 | 1 | -2/+2 |
| * | vrf: add a runtime check before playing with netns | Nicolas Dichtel | 2016-09-09 | 1 | -1/+1 |
| * | lib, vtysh: support multiple VRFs by using linux netns | Feng Lu | 2016-09-09 | 5 | -1/+50 |
| * | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 2 | -0/+26 |
| * | vtysh: Fix, guard against NULL pointer dereference | Jafar Al-Gharaibeh | 2016-09-03 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-19 | 1 | -1/+39 |
| |\ |
|
| | * | vtysh --markfile needs to ignore the "end" lines | Daniel Walton | 2016-08-18 | 1 | -1/+39 |
| * | | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-18 | 1 | -1/+4 |
| |\| |
|
| | * | bgpd: Fix for CM-11777 Need Quagga.conf created at quagga install | Sid Khot | 2016-08-17 | 1 | -1/+4 |
| * | | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-08-16 | 1 | -0/+1 |
| |/ |
|
| * | vtysh: Do not run extract.pl over protocols that are not configured | Donald Sharp | 2016-07-28 | 1 | -4/+31 |
| * | *: get rid of "MTYPE 0" | David Lamparter | 2016-07-28 | 2 | -3/+3 |
| * | bgpd: Fix for CM-11908 BGP: 'Address-family encap' cli issues | Sid Khot | 2016-07-27 | 1 | -0/+2 |
| * | Make vtysh-integrated-config truly the default and fix quagga reload for this. | Dinesh G Dutt | 2016-07-20 | 1 | -1/+1 |
| * | Don't print empty sections as they clutter the output of show-running | Dinesh G Dutt | 2016-07-19 | 2 | -3/+11 |
| * | Don't display integrated-vtysh-config as its the default in CL. | Dinesh G Dutt | 2016-07-19 | 1 | -2/+2 |
* | | lib: Break up functions, begin matcher | Quentin Young | 2016-07-19 | 1 | -0/+4 |
|/ |
|
* | vtysh: auto-generated vtysh_cmd.c file should depend on its creator | Paul Jakma | 2016-06-22 | 1 | -3/+2 |
* | bgpd, lib, vtysh: hook up bgp ENCAP CLI node | Lou Berger | 2016-06-12 | 2 | -0/+67 |
* | bgpd: Fixes and updates for VPNv6 | vivek | 2016-06-11 | 1 | -1/+1 |
* | bgpd: improve cleanup in bgp_delete() | Lou Berger | 2016-06-09 | 1 | -1/+1 |
* | build: determine CFLAGS more intelligently | David Lamparter | 2016-06-08 | 1 | -0/+3 |
* | vtysh: drop unused variables & RETSIGTYPE | David Lamparter | 2016-06-08 | 1 | -8/+2 |
* | vtysh: fix function prototypes | David Lamparter | 2016-06-08 | 6 | -67/+21 |
* | lib, vtysh: reduce unneccessary C extension usage | David Lamparter | 2016-06-08 | 1 | -1/+4 |
* | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 2016-06-07 | 1 | -1/+41 |
* | Add code to extract.pl.in to prevent further cli function overwrites | Donald Sharp | 2016-05-30 | 1 | -1/+30 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2016-06-03 | 1 | -1/+1 |
* | vtysh: Add code to allow pimd show running specific | Donald Sharp | 2016-06-01 | 1 | -4/+6 |
* | vtysh: vtysh_pam() needs an ifdef USE_PAM check | Daniel Walton | 2016-05-27 | 1 | -0/+2 |
* | vtysh: Fix compile failure from cherry-pick | Donald Sharp | 2016-05-27 | 1 | -1/+1 |
* | vtysh: allow --with-libpam to build with --enable-werror | Donald Sharp | 2016-05-26 | 1 | -1/+1 |
* | build: Remove the old PIC/PIE patch, let libtool sort it out | Paul Jakma | 2016-05-26 | 1 | -2/+1 |