Fixed: [snmpwalk doesn't show properly SNMP boolean values which equal false](https://github.com/clicon/clixon/issues/400)

This commit is contained in:
Olof hagsand 2023-01-16 12:00:08 +01:00
parent 0324135043
commit 3428f4d5ff
4 changed files with 10 additions and 8 deletions

View file

@ -89,6 +89,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [snmpwalk doesn't show properly SNMP boolean values which equal false](https://github.com/clicon/clixon/issues/400)
* Fixed: yang-library: Remove revision if empty instead of sending empty revision
* This was a change from RFC 7895 to RFC 8525
* Fixed: [locally scoped YANG typedef in grouping does not work #394](https://github.com/clicon/clixon/issues/394)