On Wed, Jan 05, 2022 at 06:17:46PM +0100, Martijn van Duren wrote: > Problem found: The code was compiled on -stable, which I apparently > misread. There's changes in libutil in current that this diff needs. > > Pending Joel's results: Anyone else wanting to chime in? >
I installed -current on a VM, grabbed -current sources and applied your patches. Then I ran the patched snmpd using my "standard configuration" which implies authenticated v3 only. Targetting the patched snmpd: - Using "-current snmp walk" from that VM works properly. - Using "-stable snmpwalk" from my 7.0-stable laptop works properly. - Using "snmpwalk" from a Synology works properly. - Using "telegraf inputs.snmp" from Docker works properly. Regards, Joel C.