Netconf: remove operations attribute from edit-config operations

Added `ISO/IEC 10646` encodings to XML parser: `&#[0-9]+;` and `&#[0-9a-fA-F]+;`
This commit is contained in:
Olof Hagsand 2022-12-20 09:35:07 +01:00
parent 0d41d49fa9
commit f46d675370
3 changed files with 15 additions and 3 deletions

View file

@ -56,6 +56,7 @@ Developers may need to change their code
### Minor features
* Added `ISO/IEC 10646` encodings to XML parser: `&#[0-9]+;` and `&#[0-9a-fA-F]+;`
* Added `CLIXON_CLIENT_SSH` to client API to communicate remotely via SSH netconf sub-system
### Corrected Bugs