]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Add IFLA_STATS64 support
authorJan Engelhardt <jengelh@medozas.de>
Thu, 11 Mar 2010 10:00:34 +0000 (10:00 +0000)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 19 May 2010 16:06:03 +0000 (09:06 -0700)
commit8864ac9dc5bd5ce049280337deb21191673a02d0
tree848d816a1c90a78ad2f083dba57248f5aaac8232
parentb4397f580e6eb3f20e8c433833be20283b44a3bc
Add IFLA_STATS64 support

`ip -s link` shows interface counters truncated to 32 bit. This is
because interface statistics are transported only in 32-bit quantity
to userspace. This commit adds recognition for the new IFLA_STATS64
attribute that exports them in full 64 bit.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
ip/ipaddress.c