CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/05 11:12:15

Modified files:
        usr.sbin/snmpd : traphandler.c 

Log message:
Refactor how traphandler verifies the code.
Two things of note:
1) traphandler_v1translate now translates v1 traps to v2 traps in line with
RFC3584 section 3.1 before handing them over to the "command". This can
cause compatibility issues if you still receive v1 traps.
2) sysUpTime and snmpTrapOID are now always taken from the varbindlist,
which means that if you run snmpd with -N the names will now show up
numerical in the script, instead of by their full symbolic name.

lots of feedback and OK rob@

Reply via email to