]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: handle seqpacket type of unix domain socket
authorMasatake YAMATO <yamato@redhat.com>
Wed, 8 Jan 2014 11:13:46 +0000 (20:13 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 07:05:26 +0000 (23:05 -0800)
commit30b669d7ac3cc233272f0f23bc6b547a298f373e
tree780186bfef3540def5c97531cad1de83af9e2b1d
parent4de8d8851d4478d0611721d22205e811279a96d5
ss: handle seqpacket type of unix domain socket

ss didn't distignish seqpacket type from dgram type.
With this patch ss can distignish it.

 $ misc/ss -x -a | grep seq
 u_seq  LISTEN     0      128    /run/udev/control 10966                 * 0
 u_seq  ESTAB      0      0                    * 115103                * 115104
 u_seq  ESTAB      0      0                    * 115104                * 115103

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc/ss.c