Re: Multicast transports

2012-08-16 Thread Wes Hardaker
Vincent Bernat writes: ... > The patch is quite ugly since it modifies snmptrapd while it should > modify the transport logic but it is only here for demonstration > purpose. The code should be moved in snmpUDPIPv4BaseDomain.c. ... > Would such a feature acceptable for NetSNMP? I have googled a b

Multicast transports

2012-08-03 Thread Vincent Bernat
Hi! NetSNMP does not support multicast addresses. A valid use could be for snmptrapd to listen to a multicast address. I have a patch for this: https://github.com/vincentbernat/net-snmp/compare/feature/snmptrapd-multicast The patch is quite ugly since it modifies snmptrapd while it should modif