Activating debug statements in multiple tables I have noticed something else
which might provide a clue as to why all of these row_prep() calls are
occurring repeatedly.
I have 8 Tables I am experiencing trouble with, listed below:
Table1 (main Table - which has 10 rows of data)
Table2 (ext
One thing I should mention is the "ocStbHostAVInterfaceTable" table is the
"main" table and other tables in my MIB extend this main table. About five
other MIB tables extend the main table and share the same cache used by the
"ocStbHostAVInterfaceTable" main table as well.
Another table (whic
I have a table (ocStbHostAVInterfaceTable) which is populated with 10 rows.
When I perform a snmpwalk of this table, I verified (via printf statements)
that the entire table is being traversed 3 times, however, the results of the
snmpwalk request are only displayed one time.
Basically, I ver
On Mon, 13 Aug 2007 16:55:19 -0700 Carlos wrote:
CC> Does anybody have any luck using a BITS enumeration in their MIB along
CC> with code generated by mib2c -c mib2c.mfd.conf (i.e., mibs for dummies).
CC>
CC> When I do a snmpget on my oid, I get something like:
CC>
CC> $ snmpget localhos
On 15/08/07, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> On tis, 2007-08-14 at 17:31 -0400, Jayson Robinson wrote:
> > That being said, your patch fixed the problem. Net-SNMP compiled
> > cleanly after patching that file.
>
> Well, there obviously is som value in explicit return types in
> decl