Re: GET-NEXT with multiple varbinds results in a loop.

2005-05-23 Thread Robert Story
On Thu, 19 May 2005 17:22:45 +0530 Pamidipati wrote: PSG> GET-NEXT on last scalar object resulting in a loop is solved when PSG> SNMP_ERR_GENERR is passed to netsnmp_set_request_error() api PSG> for the tables instead of SNMP_NOSUCHINSTANCE. Net-snmp library called the PSG> table handlers in the c

GET-NEXT with multiple varbinds results in a loop.

2005-05-19 Thread Pamidipati Suresh-G20238
Title: Message Hi Dave,   GET-NEXT on last scalar object resulting in a loop is solved when SNMP_ERR_GENERR is passed to netsnmp_set_request_error() api for the tables instead of SNMP_NOSUCHINSTANCE. Net-snmp library called the table handlers in the correct order without any loo