Displaying 1 result from an estimated 1 matches for "ldriver".
Did you mean:
driver
2015 Mar 26
2
New snmp-ups subdriver for Huawei
...subdrivers.txt b/docs/snmp-subdrivers.txt
index d717b96..9f36986 100644
--- a/docs/snmp-subdrivers.txt
+++ b/docs/snmp-subdrivers.txt
@@ -218,6 +218,7 @@ subdrivers are written.:
- netvision-mib.c/h
- powerware-mib.c/h
- raritan-pdu-mib.c
+- huawei-mib.c/h
To help you, above each entry in <LDRIVER>-mib.c, there is a comment that
displays the textual OID name. For example, the following entry:
diff --git a/drivers/Makefile.am b/drivers/Makefile.am
index bf36319..d8cc127 100644
--- a/drivers/Makefile.am
+++ b/drivers/Makefile.am
@@ -199,8 +199,7 @@ mge_shut_LDADD = $(LDADD)
# SNMP
snmp_u...