1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-04 00:34:39 +00:00

Vendor update

This commit is contained in:
Dan Ramich
2020-01-28 16:12:10 -07:00
committed by Denise
parent 768222c62d
commit 8d88f163f1
271 changed files with 54578 additions and 37342 deletions

View File

@@ -183,7 +183,6 @@ func (netDev NetDev) Total() NetDevLine {
names = append(names, ifc.Name)
total.RxBytes += ifc.RxBytes
total.RxPackets += ifc.RxPackets
total.RxPackets += ifc.RxPackets
total.RxErrors += ifc.RxErrors
total.RxDropped += ifc.RxDropped
total.RxFIFO += ifc.RxFIFO