On Thu, 7 Jun 2007 13:33:51 -0700 (PDT) Need wrote: NH> Returning MFD_SKIP from the Table2_row_prep() routine results in the following error: NH> NH> Error in packet. NH> Reason: (genError) A general failure occured NH> NH> NH> I generated the first two rows using snmpwalk and then decided to return MFD_SKIP for the third row request, thinking that the row data would be skipped and that Table2_row_prep() for the 4th row would occur, but I got the above error instead and the snmpwalk stopped. NH> NH> Any ideas?
Yeah, you need some code for the interface file.. I'll try to take a look soon, but in the meantime you can poke around in the interface.c, look how skip is handled elsewhere, and try that. It might be that easy, but there might be some side effects to deal with as well. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
