Bug 163517
Summary: | Create-DataSet Table Index Error | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | W Raul S <piqued> | ||||
Component: | net-snmp | Assignee: | Radek Vokál <rvokal> | ||||
Status: | CLOSED NOTABUG | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-12-05 07:21:56 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
W Raul S
2005-07-18 14:34:45 UTC
Can I get your test application. I wasn't very succesful reproducing this issue. Also if I can get the table conf file, it would be helpful. Created attachment 116973 [details]
Test SubAgent Application
The test case has been included. The case runs as a subgent, and includes its own Mib definition. You may want to add the build directory to $LD_LIBRARY_PATH for the make provided. Can you please retest your problem against latest rawhide version? I've tested your issue and it still appears to be broken. Here's a comment from one of net-snmp developers explaining why the above issue is not a bug. Comment By: Robert Story (rstory) Date: 2005-12-04 09:57 This is not a bug, but rather confusion on the part of the programmer. The index(s) in the table request structure are exactly that - the index(s) from the incoming request. For a get-next request, the requested index(s) will *never* be the same as the row used to satisfy a request, by the very definition of how get-next works. The data-set api and structures should be used to determine the index information for the row being processed in the handler. |