summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-033-1/+7
* vtysh: Fix vrf submode to call correct daemonsDonald Sharp2016-02-021-1/+1
* vtysh: Add VRF sub-modeDonald Sharp2016-02-024-19/+62
* doc, vtysh: Fixup of history handlingDonald Sharp2016-01-133-3/+43
* Quagga: Fixup some compile warningsDonald Sharp2015-11-232-2/+2
* BGP: extcommunity-list are displayed before community-listDaniel Walton2015-11-181-2/+2
* BGP: vtysh should accept just "router bgp" if the AS is already definedDaniel Walton2015-11-032-0/+9
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-10-302-0/+20
* Fix location of some of the commands in integrated configvivek2015-10-211-2/+6
* Display the BGP ipv4 unicast configuration under "address-family ipv4 unicast".Daniel Walton2015-10-211-2/+7
* quagga crashes on 'show run bgp'Daniel Walton2015-10-161-14/+14
* Quagga: Fix some more compile warningsDonald Sharp2015-10-071-1/+7
* vtysh: Fix Quagga.conf file read in.Donald Sharp2015-09-281-49/+1
* vtysh: Allow display of individual daemons configsDonald Sharp2015-09-221-0/+44
* Fix dryrun capability to output line # of failed readDonald Sharp2015-09-011-4/+6
* Add missing vtysh commandsDonald Sharp2015-08-201-0/+52
* Quagga: Restrict Shell AccessDonald Sharp2015-08-131-1/+7
* Quagga processes should not die if they read an unrecognized line inDaniel Walton2015-07-283-24/+7
* Add --enable-werror to configureDonald Sharp2015-07-261-1/+1
* Fixup of warnings in the codeDonald Sharp2015-07-264-2/+3
* Fixup of some last remaining differences between stg and gitDonald Sharp2015-07-222-3/+1
* vtysh-integrated-fix.patchDonald Sharp2015-05-212-1/+4
* quagga: vtysh-integrated-fix.patchDonald Sharp2015-05-203-15/+74
* vtysh: service integrated-vtysh-config not being written to fileDonald Sharp2015-05-201-0/+1
* vtysh: vtysh-warnings.patchDonald Sharp2015-05-205-34/+69
* vtysh-add-mark-cmd.patchDonald Sharp2015-05-203-6/+199
* Multi-Instance OSPF SummaryDonald Sharp2015-05-202-16/+184
* ptm-integration.patchDonald Sharp2015-05-201-1/+2
* bgpd: bgpd-fix-ipv6-afi-parser-node.patchDonald Sharp2015-05-202-1/+2
* vtysh: fix build against readline 6.3Sébastien Luttringer2014-05-271-2/+2
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-012-13/+11
* vtysh: don't append superflous spaces (BZ#750)Christian Franke2013-07-311-5/+3
* vtysh: fix false lib path matching in extract.pl.inJoakim Tjernlund2013-02-231-35/+34
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-301-1/+2
* *: use array_size() helper macroBalaji.G2012-10-251-11/+10
* build: fix extract.pl for cross compilationSerj Kalichev2012-09-251-1/+1
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: allow configure and build in a separate directoryVincent Bernat2012-06-252-2/+2
* vtysh: Vtysh support for babeld.Juliusz Chroboczek2012-03-255-3/+31
* vtysh: fix regexp for install_element() in babeldAng Way Chuang2012-03-251-1/+1
* build: delete .cvsignore filesDenis Ovsienko2011-12-131-13/+0
* vtysh: [build] silence preprocessor errors in some casesDmitrij Tejblum2011-10-171-1/+1
* [vtysh] Save vtysh history to a fileTomasz Pala2009-06-241-1/+7
* Fix vtysh based "write term" output.Chris Caputo2009-06-232-2/+4
* [vtysh] Add a --noerror optionStephen Hemminger2009-06-181-7/+18
* [vtysh] Return non-zero exit code on error.Stephen Hemminger2009-06-181-1/+2
* [vtysh] Make vtysh more useable for scriptingStephen Hemminger2009-06-183-13/+53
* [vtysh] Force line buffered mode.Stephen Hemminger2009-06-181-0/+1
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-16/+16
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-4/+1