CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/11/09 13:31:56
Modified files:
usr.sbin/snmpd : parse.y snmpd.conf.5 snmpd.h snmpe.c trap.c
util.c
Log message:
Improve source IP address handling.
- send replies using a source address equal to the destination address
of queries, using IP_SENDSRCADDR. This help in multihomed setups and
can remove the need to explicitely configure a bind address.
- config knob to set the source address of packets sent to trap
receivers. "trap receiver" gains an optional "source-address"
setting.
Source address issues reported by Andy Lemin. ok benno@