]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ss: adds a space before congestion string
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 11 Sep 2009 08:32:29 +0000 (10:32 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 11 Sep 2009 15:06:53 +0000 (08:06 -0700)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
misc/ss.c

index a90dba62baf22e369aee80e5c1d8a9d1961e0d3f..ac7f4110826cbeb2b612ee656cda5f949f0049ee 100644 (file)
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -1302,7 +1302,7 @@ static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r)
                }
 
                if (tb[INET_DIAG_CONG])
-                       printf("%s", (char *) RTA_DATA(tb[INET_DIAG_CONG]));
+                       printf(" %s", (char *) RTA_DATA(tb[INET_DIAG_CONG]));
 
                if (info->tcpi_options & TCPI_OPT_WSCALE)
                        printf(" wscale:%d,%d", info->tcpi_snd_wscale,