Hi all, Alghough I'm not able to find the reason why OutFragOKs is skipped, I think it's not suitable to define which objects are supported in platform neutral code, as support status is different per platform.
I created a proposal patch to add portability to ipSystemStatsTable. It is in the patch manager. Could you review this? http://sourceforge.net/tracker/index.php?func=detail&aid=1707384&group_id=12694&atid=312694 Thank you, ---- Mitsuru Chinen <[EMAIL PROTECTED]> On Mon, 23 Apr 2007 20:27:12 +0900 Mitsuru Chinen <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to contribute some enhancements to ipSystemStatsTable for > Linux. But I have an unknown point in ipSystemStatsOutFragOKs code. > > With using code in the current svn trunk, agent doesn't respond > ipSystemStatsOutFrags. According to the source, > ipSystemStatsOutFragOKs_get() replys MFD_SKIP on purpose. > > ref. /agent/mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable.c > ---8<--- > int > ipSystemStatsOutFragOKs_get(ipSystemStatsTable_rowreq_ctx * rowreq_ctx, > u_long * ipSystemStatsOutFragOKs_val_ptr) > { > : > (snip) > : > snmp_log(LOG_ERR, > "ipSystemStatsTable node ipSystemStatsOutFragOKs not > implemented: skipping\n"); > return MFD_SKIP; > > return MFD_SUCCESS; > } /* ipSystemStatsOutFragOKs_get */ > > ---8<--- > > However the ipSystemStatsOutFragOKs statistics are implemented > as far as Linux. They are in /proc/net/snmp and /proc/net/snmp6. > Could anyone tell me why this object is skipped? > > Best Regards, > ---- > Mitsuru Chinen <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
