Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vty: command.c: Fix: single-choice optional args are no longer passed incompl... | Pau Espin Pedrol | 2019-06-14 | 1 | -1/+1 |
* | vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty... | Pau Espin Pedrol | 2019-06-14 | 1 | -6/+6 |
* | vty: tests: Verify incomplete optional parameters are passed to vty funcs | Pau Espin Pedrol | 2019-06-14 | 1 | -0/+9 |
* | vty: command.c: Fix is_cmd_ambiguous() returning always 0 | Pau Espin Pedrol | 2019-06-11 | 1 | -3/+3 |
* | vty_transcript_test.vty: add choice auto-complete tests | Vadim Yanitskiy | 2019-06-06 | 1 | -0/+9 |
* | vty: enable optional-multi-choice syntax: [(one|two)] | Neels Hofmeyr | 2019-02-04 | 1 | -0/+15 |
* | vty: enable optional-multi-choice syntax: ([one]|[two]) | Neels Hofmeyr | 2019-02-04 | 1 | -1/+1 |
* | add generic vty_transcript_test.c, vty_transcript_test.vty | Neels Hofmeyr | 2019-02-04 | 1 | -0/+53 |