mib2c.iterate.conf table implementation problem

2004-07-30 Thread s sayeed
Hi I am trying to implement a table using net-snmp5.1. I have a simple array that I want to rertieve from this table. When I do a walk on this table it loops forever in my get_next entry function. I have attached relevant part of my code. It would be of great help if you could suggest me any

Re: mib2c.iterate.conf table implementation problem

2004-07-30 Thread Dave Shield
I am trying to implement a table using net-snmp5.1. I have a simple array that I want to rertieve from this table. When I do a walk on this table it loops forever in my get_next entry function. The 'lnbCustom2Table_get_next_data_point' routine needs to return NULL when it gets to the end of

RE: mib2c.iterate.conf table implementation problem

2004-07-30 Thread Sabina Sayeed
Sayeed Subject: Re: mib2c.iterate.conf table implementation problem I am trying to implement a table using net-snmp5.1. I have a simple array that I want to rertieve from this table. When I do a walk on this table it loops forever in my get_next entry function