summaryrefslogtreecommitdiff
path: root/nest/cli.h
AgeCommit message (Expand)Author
2023-01-21Merge commit '1e47b9f203aaaad0fb658d40a1670f1d0437f1f8' into thread-nextMaria Matejka
2023-01-19CLI closing fix when its action is run asynchronously.Maria Matejka
2022-12-10CLI: Fix for long-lived sessions during high loadsOndrej Zajicek
2022-06-27The show-route CLI command now uses the route export APIMaria Matejka
2020-06-28Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)
2017-05-15Nest: split route show into separate fileJan Moskyto Matejka
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
2011-07-03Prints full community lists during 'show route all'.Ondrej Zajicek
2010-02-21Restricted read-only CLI.Ondrej Zajicek
2009-07-14Fixes bug in CLI TX buffer management.Ondrej Zajicek
2000-01-19Split off general commands to cmds.c.Martin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1999-11-25cli_msg() moved to cli.h, so that it can be used outside the parser.Martin Mares
1999-11-17Command line interface now works.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-31The CLI I/O functions work as desired.Martin Mares
1999-10-29First steps of the Command Line Interface: I/O routines.Martin Mares