Abhishek Singh writes:
> 1. The issue was existing snmpv3 details were not updated in the net-snmp
> cache.
> Used clear_user_list() to clear users details. The patch is in attachments. Is
> this the correct way to go forward?
If you're always trying to re-create users that patch may work.
> 2
Hello,
I have a requirement not to restart snmpd for SNMP config changes.
Am using the SIGHUP signal to reread for any snmp configuration changes.
I was facing two issues while using SIGHUP.
1. The issue was existing snmpv3 details were not updated in the net-snmp
cache. Used clear_user_list() to