summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
Commit message (Expand)AuthorAgeFilesLines
* initial implementation of nhrpnhrpTimo Teräs2016-03-301-0/+1
* cumulus take-3cumulus-take-3Timo Teräs2016-03-301-2/+158
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-261-0/+64
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-02-261-1/+1
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-261-1/+41
* vtysh: When the config file is close to the boundry of size of buffer vtysh h...Gautam Kumar2016-02-101-100/+77
* vtysh: Fix Quagga.conf file read in.Donald Sharp2015-10-271-51/+1
* vtysh: Allow display of individual daemons configsDonald Sharp2015-10-271-0/+44
* vtysh: Add missing show thread/work-queues commandsDonald Sharp2015-09-241-0/+52
* lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-06-021-0/+19
* vtysh: fix the fix for babeld removal... (5460bae)David Lamparter2015-05-271-0/+7
* *: fix "babeld: Remove babeld from Quagga" (336724d)David Lamparter2015-05-201-20/+0
* vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2015-04-211-9/+6
* vtysh: fix function prototypesDavid Lamparter2015-04-211-3/+3
* vtysh: don't use '\0' as NULLDavid Lamparter2015-04-211-3/+3
* pimd: Remove conflict marker.Everton Marques2015-02-041-1/+0
* [pim] pim commands added to vtyshLeonard Herve2015-02-041-0/+2
* vtysh: fix build against readline 6.3Sébastien Luttringer2014-05-271-2/+2
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-11/+11
* vtysh: don't append superflous spaces (BZ#750)Christian Franke2013-07-311-5/+3
* *: use array_size() helper macroBalaji.G2012-10-251-11/+10
* vtysh: Vtysh support for babeld.Juliusz Chroboczek2012-03-251-0/+23
* Fix vtysh based "write term" output.Chris Caputo2009-06-231-2/+2
* [vtysh] Return non-zero exit code on error.Stephen Hemminger2009-06-181-1/+2
* [vtysh] Make vtysh more useable for scriptingStephen Hemminger2009-06-181-8/+9
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-16/+16
* [vtysh] small fix to previous CMD_AS_RANGE patch, and add missing commandPaul Jakma2008-07-031-0/+11
* [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-021-1/+2
* [bgpd] Merge AS4 supportPaul Jakma2007-10-141-1/+1
* [vtysh] bug #371: vtysh forgets to print 'end' for write-terminalPaul Jakma2007-06-201-0/+2
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-2/+2
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-291-0/+26
* [vtysh] Never skip authentication, and add support for multiple -c commandsAndrew J. Schorr2006-07-271-8/+19
* [vtysh] Add "show memory" to vtyshPaul Jakma2006-05-281-0/+26
* [vtysh] suppress output in 'show logging' for daemons not presentPaul Jakma2006-05-231-6/+8
* [vtysh] Add 'show logging' commandPaul Jakma2006-05-231-1/+24
* 2006-01-11 Erik Smit <zoiah@zoiah.net>paul2006-01-111-1/+1
* * vtysh.c: Fix warning by casting rl_bind_key 2. argument correctly.hasso2005-09-151-1/+1
* 2005-08-22 Hugo Santos <hsantos@av.it.pt>paul2005-08-221-2/+29
* 2005-03-14 Paul Jakma <paul.jakma@sun.com>paul2005-03-141-2/+2
* 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-281-142/+104
* * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c willhasso2005-01-231-2/+45
* * command.[ch], vty.c: cmd_execute_command() function must not attempthasso2005-01-161-2/+2
* 2004-12-09 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-091-4/+0
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-28/+147
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-6/+7
* 2004-11-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-111-8/+7
* "show running-daemons" -> "show daemons".hasso2004-10-281-5/+5
* Don't popen pager if command is "exit". Fixes "vtysh screws up my terminalhasso2004-10-201-1/+4
* 2004-09-17 Paul Jakma <paul@dishone.st>paul2004-10-111-4/+7