]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Fix the error of "ss -f inet -t"
authorLi Yewang <lyw@cn.fujitsu.com>
Tue, 9 Sep 2008 01:06:47 +0000 (09:06 +0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 18 Sep 2008 05:05:00 +0000 (22:05 -0700)
commitf70d96a41bb6f825c842eff5effd708bc15df059
tree2929fb1143555422352e23144e544a1c4ad703f8
parent5e3bb534ae179be141a92eb1a4e2eb48094193b7
Fix the error of "ss -f inet -t"

when using the "ss -f inet -t" command to show the tcp socket information of
inet domain, we get the error message: "ss: no socket tables to show with such filter."

This patch can fix this bug.

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