On Tue, 18 Oct 2005 18:54:34 +0200 Thomas wrote: TA> It can't do any TA> harm on other platforms than Solaris (since it lives in kernel_sunos5.c) TA> and looks like a highly important fix for Solaris users monitoring their TA> interfaces. We've had several complaints in the past on the lists.
I was inclined to agree until I took a look at the code in question. We've gone from setting an error for (rc < 0), to (rc == 0) and now (rc != 0). This looks like either people don't know what they are doing, or the error condition varies by os/kernel version. Since, as Thomas said, it can only affect solaris, I won't actually vote against it going into 5.2.2, but I won't for it either. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
