On 20/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I found the email below on "error on subcontainer insert(-1)" from
> net-snmp-coders emails, but I couldn't find the attached patch in the
> email.
> Would you please send me a copy of the patch

The patch that Robert referred to is as follows:

diff -u -p -r1.14.2.1 ipAddressTable_data_access.c
--- ./agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c 25
Jan 2006 16:26:39 -0000 1.14.2.1
+++ ./agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c 30
Oct 2006 19:01:17 -0000
@@ -333,8 +333,8 @@ ipAddressTable_container_load(netsnmp_co
      * the container.
      */
     ipaddress_container =
-        netsnmp_access_ipaddress_container_load(NULL,
-
NETSNMP_ACCESS_IPADDRESS_LOAD_ADDL_IDX_BY_ADDR);
+        netsnmp_access_ipaddress_container_load(NULL, 0);
+
     /*
      * we just got a fresh copy of interface data. compare it to
      * what we've already got, and make any adjustments, saving


[That may get mangled in transit, but it's sufficiently simple that
you should be able to apply it by hand!]

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to