Add snmp support

This commit is contained in:
crazywhalecc
2025-10-26 03:08:46 +08:00
parent 5476385553
commit e54971563d
11 changed files with 117 additions and 7 deletions

View File

@@ -756,6 +756,14 @@
"apcu"
]
},
"snmp": {
"type": "builtin",
"arg-type-unix": "with",
"arg-type-windows": "with",
"lib-depends": [
"net-snmp"
]
},
"soap": {
"support": {
"BSD": "wip"