summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix CLI copypasta mixupsDavid Lamparter2016-11-291-1/+1
* Merge commit '34d5ef459140ee7e'David Lamparter2016-11-281-0/+1
|\
| * vtysh: initialise readline before binding keyDavid Lamparter2016-11-231-0/+1
* | Merge branch 'vtysh-grammar'David Lamparter2016-11-283-336/+224
|\|
| * Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-223-1/+25
| |\
| * \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-125-106/+134
| |\ \
| * | | lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-3/+3
| * | | bgpd, vtysh: Fix failing bgp cliQuentin Young2016-11-092-15/+4
| * | | all: Fix underfull doc strings, part 1Quentin Young2016-11-051-2/+2
| * | | vtysh: Add address-family stompsQuentin Young2016-11-041-0/+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
| |\ \ \
| * \ \ \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-31/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-203-193/+108
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-185-45/+408
| |\ \ \ \ \ \ \
| * | | | | | | | vtysh: Add missing stompsQuentin Young2016-10-121-0/+2
| * | | | | | | | vtysh: Update extract.pl.inQuentin Young2016-10-121-4/+4
| * | | | | | | | lib: Fix `show running-config` and `write terminal`Quentin Young2016-10-071-18/+24
| * | | | | | | | all: removed all DEFUN command stompsDaniel Walton2016-10-061-10/+2
| * | | | | | | | vtysh: extract.pl <0-255> to (0-255) changesDaniel Walton2016-10-061-6/+6
| * | | | | | | | 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-303-21/+19
| * | | | | | | | 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-215-7/+17
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-09-227-19/+180
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: Break up functions, begin matcherQuentin Young2016-07-191-0/+4
* | | | | | | | | | | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-283-1/+25
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp2016-11-183-1/+14
| * | | | | | | | | | zebra: fix link-params CLI handlingDavid Lamparter2016-11-121-1/+12
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* / | | | | | | | | isisd: remove topology generatorDavid Lamparter2016-11-141-1/+1
|/ / / / / / / / /
* | | | | | | | | vtysh: fix config writeDavid Lamparter2016-11-101-0/+1
* | | | | | | | | vtysh: improve config-write error reportingDavid Lamparter2016-11-101-7/+6
* | | | | | | | | Revert "vtysh: Make vtysh run as quagga user"David Lamparter2016-11-091-24/+0
* | | | | | | | | vtysh: funnel integrated write through watchquaggaDavid Lamparter2016-11-091-1/+17
* | | | | | | | | vtysh: add watchquagga to target listDavid Lamparter2016-11-092-7/+14
* | | | | | | | | watchquagga: add "write integrated"David Lamparter2016-11-091-0/+1
* | | | | | | | | vtysh: set config file permissionsDavid Lamparter2016-11-091-6/+54
* | | | | | | | | vtysh: add -w option for integrated-config writeDavid Lamparter2016-11-093-6/+30
* | | | | | | | | vtysh: detangle configuration writesDavid Lamparter2016-11-094-65/+21
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | vtysh: Allow vtysh to not know about enabled daemons/featuresDonald Sharp2016-10-251-16/+16
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | vtysh: Fix 'show run' output of bgpDonald Sharp2016-10-211-31/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | vtysh: handle case if there is no match in "write terminal $daemon"Christian Franke2016-10-211-0/+3