Olof hagsand
|
a6f67755b3
|
Refactor of cli show commands:
- Changed `cli_show_config()`
- Removed `cli_show_config_state()`
- Replaced `cli_auto_show()` with `cli_show_auto_mode()`
|
2022-09-15 17:42:57 +02:00 |
|
Olof hagsand
|
9a224ea4a0
|
Fixed: [All values in list don't appear when writing "show <list>" in cli](https://github.com/clicon/clixon/issues/359)
CLISPEC change:
* Changed signature of `cli_show_auto()`,
* remove: `cli_show_auto_state()`
|
2022-09-15 09:48:08 +02:00 |
|
Olof hagsand
|
dd2ac56af8
|
Module state upgrade: RFC7895 to RFC 8525
Changes to clixon-config:
* Added option: 'CLICON_YANG_LIBRARY`
* Changed default value: `CLICON_MODULE_LIBRARY_RFC7895` to false
Datastore modstate is backward compatible
Tests upgraded to RFC8525
|
2022-03-07 10:56:54 +01:00 |
|
Olof hagsand
|
4102ca8a46
|
* configure --with-wwwdir=<dir> is removed
* test:
* new test_helloworld.sh smoketest added for testing basic functions
* stripped restconf fcgi default config
* added yang variable
|
2022-02-07 13:31:39 +01:00 |
|
Olof hagsand
|
e116e51791
|
Test: added BE conditional for exiting backend (run your own backend)
in multiple places where it was not in place.
|
2022-01-25 15:57:52 +01:00 |
|
Olof hagsand
|
9b99d63411
|
- fix autocli modes error of empty type
- rename tests test_cli_auto -> test_autocli
|
2022-01-13 14:59:00 +01:00 |
|