- Nov 26, 2019
-
-
Ondřej Zajíček authored
Continuation lines may use short form (with space instead of message number), but this should not be done when previous line is final. Thanks to Kenth Eriksson for the bugreport and analysis.
-
- Mar 20, 2019
-
-
Maria Matejka authored
-
- Feb 07, 2018
-
-
Ondřej Zajíček authored
-
- May 31, 2017
-
-
Ondřej Zajíček authored
-
- May 16, 2017
-
-
Jan Moskyto Matejka authored
-
- May 15, 2017
-
-
Jan Moskyto Matejka authored
-
- Jun 08, 2015
-
-
- Dec 26, 2012
-
-
Ondřej Zajíček authored
Several new configure command variants: configure undo - undo last reconfiguration configure timeout - configure with scheduled undo if not confirmed in timeout configure confirm - confirm last configuration configure check - just parse and validate config file
-
- Jul 18, 2012
-
-
Ondřej Zajíček authored
Also fixes some minor bugs in include. Thanks Kelly Cochran for suggestion and draft patch.
-
- Oct 10, 2011
-
-
Ondřej Zajíček authored
-
- Sep 11, 2011
-
-
Ondřej Filip authored
-
- Jul 03, 2011
-
-
Ondřej Zajíček authored
-
- Feb 21, 2010
-
-
Ondřej Zajíček authored
-
- Jul 14, 2009
-
-
Ondřej Zajíček authored
-
- May 31, 2004
-
-
Martin Mareš authored
(Andreas)
-
- Jun 08, 2000
-
-
Martin Mareš authored
-
- Jun 07, 2000
-
-
Martin Mareš authored
-
Martin Mareš authored
-
- Jun 03, 2000
-
-
Martin Mareš authored
-
Martin Mareš authored
-
- May 30, 2000
-
-
Martin Mareš authored
by `debug commands <level>' in the configuration. Level 0 means no tracing, 1 means connections only, 2 includes all commands.
-
- Apr 28, 2000
-
-
Martin Mareš authored
outputs. It took a whole evening to hunt them down, but now the CLI seems to work fine. Now I run three BGP connections with several thousand routes!
-
- Apr 01, 2000
-
-
Martin Mareš authored
and other non-portable functions on all systems.
-
- Mar 04, 2000
-
-
Martin Mareš authored
-
- Dec 06, 1999
-
-
Martin Mareš authored
-
- Dec 01, 1999
-
-
Martin Mareš authored
deferred CLI command handlers to store their temporary data in the CLI parsing pool.
-
- Nov 30, 1999
-
-
Martin Mareš authored
`show protocols <name>'.
-
Martin Mareš authored
-
- Nov 17, 1999
-
-
Martin Mareš authored
-
- Oct 31, 1999
-
-
Martin Mareš authored
we want to allow filter and similar complex constructs to be used in commands and we should avoid code duplication), only with CLI_MARKER token prepended before the whole input. Defined macro CF_CLI(cmd, args, help) for defining CLI commands in .Y files. The first argument specifies the command itself, the remaining two arguments are copied to the help file (er, will be copied after the help file starts to exist). This macro automatically creates a skeleton rule for the command, you only need to append arguments as in: CF_CLI(STEAL MONEY, <$>, [[Steal <$> US dollars or equivalent in any other currency]]): NUM { cli_msg(0, "%d$ stolen", $3); } ; Also don't forget to reset lexer state between inputs.
-
Martin Mareš authored
-
- Oct 29, 1999
-
-
Martin Mareš authored
-