diff --git a/net/net_darwin.go b/net/net_darwin.go index 797b7d69..215ed5bc 100644 --- a/net/net_darwin.go +++ b/net/net_darwin.go @@ -57,7 +57,7 @@ func IOCounters(pernic bool) ([]IOCountersStat, error) { base := 1 // sometimes Address is ommitted - if len(values) < 11 { + if len(values) < 12 { base = 0 }