]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: Fixed broken output for Netlink 'Peer Address:Port' column
authorvadimk <vadim4j@gmail.com>
Sat, 18 Oct 2014 17:46:29 +0000 (20:46 +0300)
committerStephen Hemminger <shemming@brocade.com>
Sat, 29 Nov 2014 19:21:42 +0000 (11:21 -0800)
commit2dc854854b7f1b0a08ae496c7c4b27a107badf5e
treebeb44e2d6ebe02de7ce31741c767a1fd15a3c765
parent45a4770bc070cc5e96762912e8f5b36d25252980
ss: Fixed broken output for Netlink 'Peer Address:Port' column

When output the netlink sockets:

    ss -A netlink state close

the layout is a little broken with a shifted 'Peer Address:Port'
stars and empty new lines. Fixed by making the port field to be
wider for 'Local Address:Port' column.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
misc/ss.c