CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/18 09:16:39
Modified files:
usr.sbin/snmpd : control.c parse.y snmpd.h snmpe.c traphandler.c
Log message:
Add support for multiple listening sockets
One can now specify multiple "listen on" statements. The default is to
listen on 0.0.0.0 and ::, which means better handling of dual-stack
setups. ok sthen@ on a previous version, input and ok reyk@.
