What should the access_method return when there's an error.
Erez Makavy <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hey, In the mib_handlers access_method, say that in MODE_GET , the instance for a table is not valid, I should use netsnmp_request_set_error(request, SNMP_NOSUCHINSTANCE), and continue processing all requests. then what does the access_method return? always SNMP_ERR_NOERROR? thanks, Erez.