]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
distinguish the inet and inet6 domain when loading the tcp_diag module
authorLi Yewang <lyw@cn.fujitsu.com>
Tue, 9 Sep 2008 01:13:42 +0000 (09:13 +0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 18 Sep 2008 05:05:02 +0000 (22:05 -0700)
commita37b01c1f00bfbde57f424eec4e7fcfcabb7acfc
tree3b04b575dac7473c2b63fe8022cbbc693c47a02f
parentf70d96a41bb6f825c842eff5effd708bc15df059
distinguish the inet and inet6 domain when loading the tcp_diag module

When load the tcp_diag module, and use "ss -f inet" command to show the socket
information of inet domain. But this command also shows the information of inet6
domain, but not only inet domain. and "ss -f inet6", "ss -4", "ss -6" have the
same problem.

Signed-off-by: Li Yewang <lyw@cn.fujitsu.com>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
misc/ss.c