Fixed: [Trying to change the "config false" node through snmpset](https://github.com/clicon/clixon/issues/377)

* Fixed by returning `SNMP_ERR_NOTWRITABLE` when trying to reserve object
This commit is contained in:
Olof hagsand 2022-10-09 11:59:26 +02:00
parent d2c3b903f1
commit aff69127b6
3 changed files with 13 additions and 0 deletions

View file

@ -78,6 +78,8 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [Trying to change the "config false" node through snmpset](https://github.com/clicon/clixon/issues/377)
* Fixed by returning `SNMP_ERR_NOTWRITABLE` when trying to reserve object
* Fixed: [Non-obvious behavior of clixon_snmp after snmpset command when transaction validation returns an error](https://github.com/clicon/clixon/issues/375)
* 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)