| Commit message (Expand) | Author | Age | Files | Lines |
* | vtysh: add watchquagga to target list | David Lamparter | 2016-11-09 | 1 | -7/+8 |
* | vtysh: set config file permissions | David Lamparter | 2016-11-09 | 1 | -6/+54 |
* | vtysh: add -w option for integrated-config write | David Lamparter | 2016-11-09 | 1 | -5/+5 |
* | vtysh: detangle configuration writes | David Lamparter | 2016-11-09 | 1 | -57/+11 |
* | vtysh: Allow vtysh to not know about enabled daemons/features | Donald Sharp | 2016-10-25 | 1 | -16/+16 |
* | vtysh: handle case if there is no match in "write terminal $daemon" | Christian Franke | 2016-10-21 | 1 | -0/+3 |
* | vtysh: fix oversight in vtysh buffer rewrite | David Lamparter | 2016-10-20 | 1 | -1/+2 |
* | vtysh: refactor vtysh_client_{config,execute} | David Lamparter | 2016-10-18 | 1 | -168/+106 |
* | vtysh: fix build failure in vtysh_writeconfig_integrated() | Daniel Walton | 2016-10-13 | 1 | -0/+1 |
* | lib/vtysh: fix duplicate installation of some vty commands | Renato Westphal | 2016-10-13 | 1 | -22/+0 |
* | vtysh: infer integrated config usage from existence of Quagga.conf | Christian Franke | 2016-10-12 | 1 | -5/+21 |
* | bgpd: add L3/L2VPN Virtual Network Control feature | Lou Berger | 2016-10-03 | 1 | -0/+101 |
* | ldpd: add vtysh support | Renato Westphal | 2016-09-23 | 1 | -4/+200 |
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -6/+8 |
* | lib: Fix tab completions memleak, memory stats corruption | Quentin Young | 2016-09-09 | 1 | -0/+3 |
* | lib, vtysh: support multiple VRFs by using linux netns | Feng Lu | 2016-09-09 | 1 | -0/+41 |
* | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -0/+25 |
* | 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 |
* | | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-08-16 | 1 | -0/+1 |
|/ |
|
* | 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 | 1 | -2/+3 |
* | bgpd, lib, vtysh: hook up bgp ENCAP CLI node | Lou Berger | 2016-06-12 | 1 | -0/+64 |
* | 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 |
* | vtysh: fix function prototypes | David Lamparter | 2016-06-08 | 1 | -29/+4 |
* | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 2016-06-07 | 1 | -1/+41 |
* | vtysh: Add code to allow pimd show running specific | Donald Sharp | 2016-06-01 | 1 | -4/+6 |
* | pimd: merge pimd as of 2015-01-19 | David Lamparter | 2016-05-26 | 1 | -0/+1 |
* | vtysh: fix vtysh warnings from another compiler | Donald Sharp | 2016-05-20 | 1 | -31/+3 |
* | vtysh: Allow file read in to continue in more cases | Donald Sharp | 2016-04-15 | 1 | -1/+9 |
* | lib, vtysh: Return actual problem further up | Donald Sharp | 2016-04-07 | 1 | -24/+32 |
* | vtysh: Set an erroneous exit code if dry run fails because of syntax error | Donald Sharp | 2016-03-09 | 1 | -1/+8 |
* | vtysh: Add ability to only look at one processes work queue | Donald Sharp | 2016-02-25 | 1 | -1/+30 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 1 | -29/+4 |
* | vtysh: Add VRF sub-mode | Donald Sharp | 2016-02-02 | 1 | -5/+54 |
* | BGP: vtysh should accept just "router bgp" if the AS is already defined | Daniel Walton | 2015-11-03 | 1 | -0/+8 |
* | lib, zebra, vtysh: configure an interface in non-default VRF | Feng Lu | 2015-10-30 | 1 | -0/+19 |
* | quagga crashes on 'show run bgp' | Daniel Walton | 2015-10-16 | 1 | -14/+14 |
* | vtysh: Fix Quagga.conf file read in. | Donald Sharp | 2015-09-28 | 1 | -49/+1 |
* | vtysh: Allow display of individual daemons configs | Donald Sharp | 2015-09-22 | 1 | -0/+44 |
* | Fix dryrun capability to output line # of failed read | Donald Sharp | 2015-09-01 | 1 | -4/+6 |
* | Add missing vtysh commands | Donald Sharp | 2015-08-20 | 1 | -0/+52 |
* | Quagga: Restrict Shell Access | Donald Sharp | 2015-08-13 | 1 | -1/+7 |
* | Quagga processes should not die if they read an unrecognized line in | Daniel Walton | 2015-07-28 | 1 | -5/+5 |
* | Fixup of warnings in the code | Donald Sharp | 2015-07-26 | 1 | -1/+0 |
* | Fixup of some last remaining differences between stg and git | Donald Sharp | 2015-07-22 | 1 | -0/+1 |
* | quagga: vtysh-integrated-fix.patch | Donald Sharp | 2015-05-20 | 1 | -14/+64 |
* | vtysh: service integrated-vtysh-config not being written to file | Donald Sharp | 2015-05-20 | 1 | -0/+1 |
* | vtysh: vtysh-warnings.patch | Donald Sharp | 2015-05-20 | 1 | -23/+29 |