summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-034-6/+157
* vtysh: make extract.pl more whitespace-robustDavid Lamparter2016-09-231-1/+1
* vtysh: relax error condition on buildRenato Westphal2016-09-231-1/+3
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-1/+2
* ldpd: add vtysh supportRenato Westphal2016-09-235-6/+214
* Quagga: Static LSP configurationvivek2016-09-231-1/+3
* *: 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
* 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
* 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
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-263-3/+7
* vtysh: fix vtysh warnings from another compilerDonald Sharp2016-05-201-31/+3
* vtysh: Allow file read in to continue in more casesDonald Sharp2016-04-151-1/+9
* vtysh -f needs to flock the fileDaniel Walton2016-04-151-0/+2
* stop/start of zebra creates empty Quagga.conf file when "no serviceDaniel Walton2016-04-131-1/+1
* vtysh: Add file locking to Quagga.confDonald Sharp2016-04-071-0/+37
* lib, vtysh: Return actual problem further upDonald Sharp2016-04-073-30/+43