slayercat / GoSNMPServer

GoSNMPServer is an SNMP server library fully written in Go. It provides Server Get, GetNext, GetBulk, Walk, BulkWalk, Set and Traps. It supports IPv4 and IPv6, using SNMPv2c or SNMPv3.
BSD 2-Clause "Simplified" License
90 stars 51 forks source link

Failed to increment repeater #13

Closed thorsager closed 1 year ago

thorsager commented 1 year ago

When starting repeaters on an existing index, the requested oid and NOT the next oid would be returned as the first repeater

slayercat commented 1 year ago

thanks for this.