Bug 111479

Summary: patch: fix for perl(SNMP) getnext not always returning OID while using async callbacks
Product: [Retired] Red Hat Raw Hide Reporter: Kaj J. Niemi <kajtzu>
Component: net-snmpAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-10 14:41:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch #11 (net-snmp-5.1-async-getnext.patch) none

Description Kaj J. Niemi 2003-12-04 11:57:49 UTC
Description of problem:

While using the perl SNMP module provided with net-snmp with
asynchronous callbacks it does not always return correctly the OID for
an snmp getnext query (it does return the value though). The attached
patch fixes this... the problem lies in the fact that the numerical
oid is set in an old fashion (or just set differently by the original
writer of that particular piece of code) compared to how it's done in
the rest of the SNMP.xs module.

Comment 1 Kaj J. Niemi 2003-12-04 11:58:33 UTC
Created attachment 96333 [details]
Patch #11 (net-snmp-5.1-async-getnext.patch)

Comment 2 Phil Knirsch 2003-12-10 14:41:51 UTC
Patch looks good, will include in net-snmp-5.1-3 and later.

And thanks again! ;-)

Read ya, Phil