summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * vtysh: add watchquagga to target listDavid Lamparter2016-11-091-7/+8
| * vtysh: set config file permissionsDavid Lamparter2016-11-091-6/+54
| * vtysh: add -w option for integrated-config writeDavid Lamparter2016-11-091-5/+5
| * vtysh: detangle configuration writesDavid Lamparter2016-11-091-57/+11
* | lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-3/+3
* | bgpd, vtysh: Fix failing bgp cliQuentin Young2016-11-091-13/+3
* | all: Fix underfull doc strings, part 1Quentin Young2016-11-051-2/+2
* | vtysh: Condense a few address-family commandsQuentin Young2016-11-041-48/+12
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-18/+16
|\|
| * vtysh: Allow vtysh to not know about enabled daemons/featuresDonald Sharp2016-10-251-16/+16
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-1/+2
|\|
| * vtysh: handle case if there is no match in "write terminal $daemon"Christian Franke2016-10-211-0/+3
| * vtysh: fix oversight in vtysh buffer rewriteDavid Lamparter2016-10-201-1/+2
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-168/+106
|\|
| * vtysh: refactor vtysh_client_{config,execute}David Lamparter2016-10-181-168/+106
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-32/+323
|\|
| * vtysh: fix build failure in vtysh_writeconfig_integrated()Daniel Walton2016-10-131-0/+1
| * lib/vtysh: fix duplicate installation of some vty commandsRenato Westphal2016-10-131-22/+0
| * vtysh: infer integrated config usage from existence of Quagga.confChristian Franke2016-10-121-5/+21
| * bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+101
| * ldpd: add vtysh supportRenato Westphal2016-09-231-4/+200
* | lib: Fix `show running-config` and `write terminal`Quentin Young2016-10-071-18/+24
* | all: fix sundry syntax errorsQuentin Young2016-10-011-1/+1
* | lib: Fix '?'-completion dereferences in vtyshQuentin Young2016-10-011-14/+7
* | lib, vtysh: refactor vtysh.c, allow parser continuanceQuentin Young2016-10-011-200/+150
* | vtysh: fixed compile errorsDaniel Walton2016-09-301-18/+14
* | bgpd: combine special cases for vrf "all"Daniel Walton2016-09-301-5/+0
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-291-2/+2
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+2
* | bgpd, etc: changed .LINE to LINE...Daniel Walton2016-09-271-1/+1
* | Expand #defines in command stringsDaniel Walton2016-09-251-10/+10
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-3/+3
* | Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp2016-09-211-6/+8
|\|
| * *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-6/+8
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-09-221-4/+113
|\|
| * lib: Fix tab completions memleak, memory stats corruptionQuentin Young2016-09-091-0/+3
| * lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-091-0/+41
| * Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+25
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+39
| |\
| | * vtysh --markfile needs to ignore the "end" linesDaniel Walton2016-08-181-1/+39
| * | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
| |/
| * Make vtysh-integrated-config truly the default and fix quagga reload for this.Dinesh G Dutt2016-07-201-1/+1
| * Don't print empty sections as they clutter the output of show-runningDinesh G Dutt2016-07-191-2/+3
* | lib: Break up functions, begin matcherQuentin Young2016-07-191-0/+4
|/
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-06-121-0/+64
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-1/+1
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-1/+1
* vtysh: fix function prototypesDavid Lamparter2016-06-081-29/+4
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-071-1/+41
* vtysh: Add code to allow pimd show running specificDonald Sharp2016-06-011-4/+6