summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-193-6/+15
| * lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
| * isisd, lib, vtysh: Allow extract.pl to fully workDonald Sharp2016-09-171-1/+1
| * isisd, vtysh: Fix isis routemapsDonald Sharp2016-09-171-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-09-227-19/+180
|\|
| * lib: Fix tab completions memleak, memory stats corruptionQuentin Young2016-09-091-0/+3
| * Unable to remove route-map from quaggaDaniel Walton2016-09-091-2/+2
| * vrf: add a runtime check before playing with netnsNicolas Dichtel2016-09-091-1/+1
| * lib, vtysh: support multiple VRFs by using linux netnsFeng Lu2016-09-095-1/+50
| * Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-032-0/+26
| * vtysh: Fix, guard against NULL pointer dereferenceJafar Al-Gharaibeh2016-09-031-1/+5
| * 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
| * | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-181-1/+4
| |\|
| | * bgpd: Fix for CM-11777 Need Quagga.conf created at quagga installSid Khot2016-08-171-1/+4
| * | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
| |/
| * vtysh: Do not run extract.pl over protocols that are not configuredDonald Sharp2016-07-281-4/+31
| * *: get rid of "MTYPE 0"David Lamparter2016-07-282-3/+3
| * bgpd: Fix for CM-11908 BGP: 'Address-family encap' cli issuesSid Khot2016-07-271-0/+2
| * 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-192-3/+11
| * Don't display integrated-vtysh-config as its the default in CL.Dinesh G Dutt2016-07-191-2/+2
* | lib: Break up functions, begin matcherQuentin Young2016-07-191-0/+4
|/
* vtysh: auto-generated vtysh_cmd.c file should depend on its creatorPaul Jakma2016-06-221-3/+2
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-06-122-0/+67
* bgpd: Fixes and updates for VPNv6vivek2016-06-111-1/+1
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-1/+1
* build: determine CFLAGS more intelligentlyDavid Lamparter2016-06-081-0/+3
* vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2016-06-081-8/+2
* vtysh: fix function prototypesDavid Lamparter2016-06-086-67/+21
* lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2016-06-081-1/+4
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-071-1/+41
* Add code to extract.pl.in to prevent further cli function overwritesDonald Sharp2016-05-301-1/+30
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* vtysh: Add code to allow pimd show running specificDonald Sharp2016-06-011-4/+6
* vtysh: vtysh_pam() needs an ifdef USE_PAM checkDaniel Walton2016-05-271-0/+2
* vtysh: Fix compile failure from cherry-pickDonald Sharp2016-05-271-1/+1
* vtysh: allow --with-libpam to build with --enable-werrorDonald Sharp2016-05-261-1/+1
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1