]> git.proxmox.com Git - mirror_iproute2.git/commit
ip: address: fix stats64 JSON object name
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 26 Jan 2018 19:30:35 +0000 (11:30 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 28 Jan 2018 00:06:54 +0000 (16:06 -0800)
commit7f536df7f30f340eed7c4e3c9fee6c8c1f6d8daa
tree229a2a466a5edc86407e1e0c958b059696546d49
parent7ac29190dbbc03ee2e60406ba8c584ac3c18c6c9
ip: address: fix stats64 JSON object name

The JSON object name for statistics in ip link show is "stats644".
Looks like a typo, commit d0e720111aad ("ip: ipaddress.c: add support
for json output") contains an example with the expected "stats64" name.

The fact that no one has noticed until now is probably an indication
that no one is using this object.  Hopefully it's not too late to fix
this, although IIUC this has already been in 4.13 and 4.14 releases :S

Fixes: d0e720111aad ("ip: ipaddress.c: add support for json output")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c