Replying to myself again:

On 06/11/2012 11:22 AM, David Dombrowsky wrote:
> Is this related to this bug?
> 
> http://sourceforge.net/tracker/index.php?func=detail&aid=1479378&group_id=12694&atid=112694
> 
> It's 6 years old, but it looks to still be a problem.  It has no
> comments on it.
> 
> Anyone have any ideas?
> 

We were able to work around the problem with this patch:

------------------
--- a/agent/mibgroup/if-mib/ifTable/ifTable.c
+++ b/agent/mibgroup/if-mib/ifTable/ifTable.c
@@ -200,6 +200,7 @@ ifTable_rowreq_ctx_init(ifTable_rowreq_ctx *
rowreq_ctx,
     /*
      * TODO:210:o: |-> Perform extra ifTable rowreq initialization.
(eg DEFVALS)
      */
+    rowreq_ctx->data.ifLinkUpDownTrapEnable =
IFLINKUPDOWNTRAPENABLE_DISABLED;
     if (NULL == user_init_ctx)
         rowreq_ctx->data.ifentry =
             netsnmp_access_interface_entry_create(NULL, 0);
------------------

It's probably not correct, but it works for now.  Hopefully it is
useful to others.

-- 
David Dombrowsky, Software Engineer
Sixnet, a Red Lion business | www.sixnet.com
+1 (518) 877‐5173 x161 office
RnJpIEp1bCAyNyAwMDowMDowMSBFRFQgMjAxMgo=

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to