jonnystorm / snmp-elixir

An SNMP client library for Elixir
Mozilla Public License 2.0
33 stars 12 forks source link

Fix #48: Pass varbind type hints on SNMPSET #50

Closed jonnystorm closed 4 years ago

jonnystorm commented 4 years ago

In cases where no corresponding MIB is present, an SNMPSET without a type hint for the given value will fail. Correctives given below.