Why not support broadcast address

2008-10-22 Thread Wang, ShunDe
Dear coders, Net-SNMP always doesn't support broadcast address. Actually, I think it is easy, only replace netsnmp_udp_sendto with sendto in snmpUDPDomain.c. Maybe my idea is too simply. Would you please tell me why not support broadcast? I have changed it, but am fear in making other

Re: snmp_synch_response_cb and SNMP_FLAGS_RESP_CALLBACK

2008-10-22 Thread Dave Shield
2008/10/21 Magnus Fromreide [EMAIL PROTECTED]: In snmp_synch_response_cb, on line 1052 all session flags but SNMP_FLAGS_RESP_CALLBACK are cleared - is that really intentional? No. It should be a simple bit check ( , not = ) Now fixed. Dave

RE: snmpset max string length.

2008-10-22 Thread Oleg Rabinovich
Thomas, I can't recreate the problem on SVN trunk, cause my agentX subagent can't connect to master in this new version. I suppose there were some major changes in subagent configuration requirements. Anyway, can you advice me something? -Original Message- From: Thomas Anders

Option to ignore mount points

2008-10-22 Thread Francis Giraldeau
Hi, We have an issue with snmpd that is scanning every mount points to get the filesystem usage. I would like to be able to skip some mount points. There is the ignoreDisk option that I tought could be used, but doesn't seems to work. After looking at the code, there is no reference to that