Fixed: [clixon_snmp module crashes on snmpwalk command](https://github.com/clicon/clixon/issues/378)

This commit is contained in:
Olof hagsand 2022-10-07 17:53:25 +02:00
parent 11eccd5478
commit d29c81fce0
3 changed files with 9 additions and 7 deletions

View file

@ -75,6 +75,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [clixon_snmp module crashes on snmpwalk command](https://github.com/clicon/clixon/issues/378)
* Fixed: [unneeded trailing zero character on SNMP strings](https://github.com/clicon/clixon/issues/367)
* Fixed: [message-id present on netconf app "hello"](https://github.com/clicon/clixon/issues/369)
* Fixed: [SNMP "smiv2" yang extension doesn't work on augmented nodes](https://github.com/clicon/clixon/issues/366)