]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: align the name of the 'nohandler' stat
authorJakub Kicinski <kuba@kernel.org>
Sat, 1 May 2021 03:08:54 +0000 (20:08 -0700)
committerDavid Ahern <dsahern@kernel.org>
Thu, 6 May 2021 14:41:19 +0000 (14:41 +0000)
commit570d2cf0ec9e971867e2e9bbd4e774f098aa22b3
tree3b4df83761b949565d2c186efbe1498de55609a0
parentc3f852754fd04e1c35fde8c1471f03f0abbdb00e
ip: align the name of the 'nohandler' stat

Before:

    RX: bytes  packets  errors  dropped missed  mcast
    8848233056 8548168  0       0       0       0
    RX errors: length   crc     frame   fifo    overrun   nohandler
               0        0       0       0       0       101
    TX: bytes  packets  errors  dropped carrier collsns compressed
    1142925945 4683483  0       0       0       0       101
    TX errors: aborted  fifo   window heartbeat transns
               0        0       0       0       14

After:

    RX: bytes  packets  errors  dropped missed  mcast
    8848297833 8548461  0       0       0       0
    RX errors: length   crc     frame   fifo    overrun nohandler
               0        0       0       0       0       101
    TX: bytes  packets  errors  dropped carrier collsns compressed
    1143049820 4683865  0       0       0       0       101
    TX errors: aborted  fifo   window heartbeat transns
               0        0       0       0       14

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/ipaddress.c