aboutsummaryrefslogtreecommitdiffstats
path: root/nest/cli.h
Commit message (Expand)AuthorAgeFilesLines
* Nest: split route show into separate fileJan Moskyto Matejka2017-05-151-0/+1
* unsigned [int] -> uintPavel TvrdĂ­k2015-06-081-6/+6
* Implements undo command and optional timeout for configurationOndrej Zajicek2012-12-261-0/+2
* Prints full community lists during 'show route all'.Ondrej Zajicek2011-07-031-0/+3
* Restricted read-only CLI.Ondrej Zajicek2010-02-211-0/+9
* Fixes bug in CLI TX buffer management.Ondrej Zajicek2009-07-141-1/+1
* Split off general commands to cmds.c.Martin Mares2000-01-191-1/+1
* Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares1999-12-061-2/+11
* cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares1999-11-251-0/+1
* Command line interface now works.Martin Mares1999-11-171-0/+1
* Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares1999-10-311-0/+2
* The CLI I/O functions work as desired.Martin Mares1999-10-311-4/+10
* First steps of the Command Line Interface: I/O routines.Martin Mares1999-10-291-0/+49