* Added output function to JSON output:

* `xml2json_vec(...,skiptop)` --> `xml2json_vec(..., cligen_output, skiptop)`
This commit is contained in:
Olof hagsand 2023-05-17 16:25:35 +02:00
parent 25cc14c1a2
commit 307a992f36
4 changed files with 13 additions and 9 deletions

View file

@ -52,6 +52,8 @@ Expected: July 2023
### C/CLI-API changes on existing features
Developers may need to change their code
* Added output function to JSON output:
* `xml2json_vec(...,skiptop)` --> `xml2json_vec(..., cligen_output, skiptop)`
* `yang2cli_yspec` removed last argument `printgen`.
* Removed obsolete: `cli_auto_show()`