Re: SIGHUP for changing SNMP agent Port

2024-01-09 Thread Feroz
IMO we need to revert this patch, as it would cause issues in production. This is a partial fix. -Feroz On Tue, Jan 9, 2024 at 2:35 PM Vivek Aditya wrote: > Thanks for quick response > > I am working on this feature and able to achieve partial success. There is > one use case where it does not

SIGHUP for changing snmpv3 context

2024-01-09 Thread Vivek Aditya
Hi Team, I want the snmpv3 context to change without snmpd restart. When I checked with SIGHUP, looks like adding a new snmpv3 context, SIGHUP works; But deleting the context and sending a SIGHUP, the context does not get deleted and still able to perform walk with that context. Is there a way to

Re: SIGHUP for changing SNMP agent Port

2024-01-09 Thread Vivek Aditya
Thanks for quick response I am working on this feature and able to achieve partial success. There is one use case where it does not work. It's a pretty small code change. Please take a look at the commit message for the logic and to understand the exact use-case where it isn't working. Any help or