Fixed: [Trying to change the "read-only" node through snmpset](https://github.com/clicon/clixon/issues/376)

This commit is contained in:
Olof hagsand 2022-10-09 17:02:08 +02:00
parent c4e69b76cf
commit 83663d4d15
3 changed files with 35 additions and 9 deletions

View file

@ -78,6 +78,7 @@ Developers may need to change their code
### Corrected Bugs
* Fixed: [Trying to change the "read-only" node through snmpset](https://github.com/clicon/clixon/issues/376)
* 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)