Re: Unregister is not working in NET-SNMP-5.2.2.

2005-12-20 Thread Thomas Anders
Pamidipati Suresh-G20238 wrote: Thanks for the path mentioned. But I am unable to login to submit the patch. I have mentioned below the code changes done in unregister_mib_context() function in agent/agent_registry.c. Can this change be considered for the next patch.? Logged as patch 1386528: h

RE: Unregister is not working in NET-SNMP-5.2.2.

2005-12-20 Thread Pamidipati Suresh-G20238
(context); 1013 return MIB_UNREGISTERED_OK; -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 8:01 PM To: Pamidipati Suresh-G20238 Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Unregister is not working in NET-SNMP-5.2.2

Re: Unregister is not working in NET-SNMP-5.2.2.

2005-12-20 Thread Thomas Anders
Pamidipati Suresh-G20238 wrote: Please let us know how can we submit this fix as a patch..? www.net-snmp.org/patches +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --- This SF.net email is sponsored by: Splunk Inc. Do you grep

RE: Unregister is not working in NET-SNMP-5.2.2.

2005-12-20 Thread Pamidipati Suresh-G20238
PROTECTED] On Behalf Of Kurapati M-G19456 Sent: Thursday, December 01, 2005 7:44 PM To: Net SNMP Subject: Unregister is not working in NET-SNMP-5.2.2. All, We are using NET-SNMP-5.2.2.rc6. When the SubAgent unregisters the OID with the Agent using unregister_mib_context() API. Though a valid OID

Unregister is not working in NET-SNMP-5.2.2.

2005-12-01 Thread Kurapati M-G19456
All, We are using NET-SNMP-5.2.2.rc6. When the SubAgent unregisters the OID with the Agent using unregister_mib_context() API. Though a valid OID is given as input to this function, we are seeing SubAgent sending JUNK oids to the Agent for unregister. Has this behavior been observed by anybod