CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/10 00:52:03
Modified files:
usr.sbin/snmpd : snmpd.c
Log message:
Set the SO_REUSEADDR flag on listening sockets.
This way we can have a global listen statement, but add an additional
listener on with different flags on specific interfaces (e.g. allow
snmpv2c on localhost for easier testing)
OK sthen@
