--- net-snmp-5.3.3-alb/agent/mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable.c.ori Wed Nov 17 18:39:26 2010 +++ net-snmp-5.3.3-alb/agent/mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable.c Wed Nov 17 18:40:04 2010 @@ -1953,8 +1953,10 @@ * TODO:231:o: |-> Extract the current value of the ipSystemStatsOutFragOKs data. * copy (* ipSystemStatsOutFragOKs_val_ptr ) from rowreq_ctx->data */ +/* snmp_log(LOG_ERR, "ipSystemStatsTable node ipSystemStatsOutFragOKs not implemented: skipping\n"); +*/ return MFD_SKIP; return MFD_SUCCESS; --- ./local/mib2c-conf.d/node-get.m2i.ori Wed Nov 17 19:02:35 2010 +++ ./local/mib2c-conf.d/node-get.m2i Wed Nov 17 19:03:28 2010 @@ -73,7 +73,7 @@ /* * TODO:235:M: |-> Remove log message/SKIP once you've set $node data */ - snmp_log(LOG_ERR,"${context} node $node not implemented: skipping\n"); + //snmp_log(LOG_ERR,"${context} node $node not implemented: skipping\n"); @ end@ return MFD_SKIP; @ end@