When doing a get{next,bulk} below an instance we must move the OID to
authormartijn <martijn@openbsd.org>
Sun, 29 Oct 2023 11:20:06 +0000 (11:20 +0000)
committermartijn <martijn@openbsd.org>
Sun, 29 Oct 2023 11:20:06 +0000 (11:20 +0000)
commitf2ee28c5ef0d5b8dbc310f60e076ee33ab5ac972
tree094be79932397bc583f86126f03550439fe490bd
parentdae64e9e225d0c4320fe266e6b924a1630222416
When doing a get{next,bulk} below an instance we must move the OID to
the next sibling. Not simply copying over the value of the next to use
region, since that might be the parent and we would walk backwards in
the tree.

OK tb@
usr.sbin/snmpd/application.c