]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: Remove checking SS_CLOSE state for packet and netlink
authorvadimk <vadim4j@gmail.com>
Thu, 16 Oct 2014 08:19:29 +0000 (11:19 +0300)
committerStephen Hemminger <shemming@brocade.com>
Sat, 29 Nov 2014 19:20:51 +0000 (11:20 -0800)
commit45a4770bc070cc5e96762912e8f5b36d25252980
tree02ef4367f8023edaaf11042a3bd00d81f0674e69
parent0948adc01a3cee312e2bf81cfffe316f0b5f950b
ss: Remove checking SS_CLOSE state for packet and netlink

I dont see a reason that packet and netlink states will be
printed only if SS_CLOSE state is set in filter, in that case
to print states of netlink or packet sockets it is needed to run:

    ss -A netlink state close

instead of:

    ss -A netlink

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