]> git.proxmox.com Git - mirror_iproute2.git/commit
iplink_can: fix format output of clock with flag -details
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 26 Jul 2019 13:06:09 +0000 (15:06 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 26 Jul 2019 22:05:20 +0000 (15:05 -0700)
commit36e584ad8af68a07e1b652fe15a450f299e1d3fe
tree4738bcd2d0f5692ebda3103f57a8577db4d08d60
parent33267017faf1a188d1286f5c423454a060517e39
iplink_can: fix format output of clock with flag -details

The command
ip -details link show can0
prints in the last line the value of the clock frequency attached
to the name of the following value "numtxqueues", e.g.
clock 49500000numtxqueues 1 numrxqueues 1 gso_max_size
 65536 gso_max_segs 65535

Add the missing space after the clock value.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
ip/iplink_can.c