Optimized get config xpath of large lists, such as a[x=1000] in a list of 100000s a:s.
This commit is contained in:
parent
9e2bdb8c8e
commit
83203623cd
8 changed files with 163 additions and 34 deletions
|
|
@ -81,6 +81,7 @@ Expected: July 2020
|
|||
|
||||
### Minor changes
|
||||
|
||||
* Optimized get config xpath of large lists, such as `a[x=1000]` in a list of 100000s `a:s`.
|
||||
* Added docker support for three restconf modes: nginx/fcgi(default); evhtp ; and none.
|
||||
* Added [Vagrant tests](test/vagrant/README.md)
|
||||
* Added new function `clicon_xml2str()` to complement xml_print and others that returns a malloced string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue