mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
ec58befa8e
Add native support for SNMP manager functions, so scripts don't
have to call system("snmpget -v2c ...") etc. Cuts down on fork/exec
pairs and simplifies issues with parsing intermediate output.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>