Fixed: [Expansion removes the double quote](https://github.com/clicon/clixon/issues/524)

Add escaping in expand_dbvar instead of automatic in cligen
This commit is contained in:
Olof hagsand 2024-11-07 20:23:29 +01:00
parent 7b01b029a4
commit 6ce1df2e5e
3 changed files with 170 additions and 57 deletions

View file

@ -37,6 +37,8 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [Expansion removes the double quote](https://github.com/clicon/clixon/issues/524)
* Add escaping in expand_dbvar instead of automatic in cligen expand
* Fixed: [string length validation doesn't work for the entry "" in case it has default value specified](https://github.com/clicon/clixon/issues/563)
* Fixed: [SNMP: snmpwalk is slow and can timeout](https://github.com/clicon/clixon/issues/404)