net-snmp 3.14.0 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.cn.md +1 -0
- package/README.md +5 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/README.cn.md
CHANGED
package/README.md
CHANGED
@@ -2450,6 +2450,7 @@ pre-loaded "base" modules is:
|
|
2450
2450
|
* RFC1158-MIB
|
2451
2451
|
* RFC-1212
|
2452
2452
|
* RFC1213-MIB
|
2453
|
+
* RFC-1215
|
2453
2454
|
* SNMPv2-SMI
|
2454
2455
|
* SNMPv2-CONF
|
2455
2456
|
* SNMPv2-TC
|
@@ -3407,6 +3408,10 @@ Example programs are included under the module's `example` directory.
|
|
3407
3408
|
|
3408
3409
|
* Add support for SMIv1 defined types and TRAP-TYPE SMIv1 macro
|
3409
3410
|
|
3411
|
+
## Version 3.14.1 - 11/09/2024
|
3412
|
+
|
3413
|
+
* Add RFC-1215 to base MIB modules to provide TRAP-TYPE macro
|
3414
|
+
|
3410
3415
|
# License
|
3411
3416
|
|
3412
3417
|
Copyright (c) 2020 Mark Abrahams <mark@abrahams.co.nz>
|
package/index.js
CHANGED