We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff078b commit 10c7465Copy full SHA for 10c7465
shard.yml
@@ -1,5 +1,5 @@
1
name: snmp
2
-version: 0.9.2
+version: 0.9.3
3
4
dependencies:
5
bindata:
src/snmp/helpers/if_entry.cr
@@ -47,6 +47,9 @@ class SNMP
47
@out_errors = varbind.get_unsigned32
48
when "1.3.6.1.2.1.2.2.1.21"
49
@out_qlen = varbind.get_unsigned32
50
+ else
51
+ # We are not sure what this entry is
52
+ # safe to ignore
53
end
54
55
0 commit comments