@@ -52,7 +52,7 @@ func defaultSNMPConfig() *snmpConfig {
}
func snmpToInt(val interface{}) (int, bool) {
func snmpToInt(val any) (int, bool) {
switch v := val.(type) {
case int:
return v, true
The note is not visible to the blocked user.