iproute2/misc
Vadim Kochan b9ea445d52 ss: Dont show netlink and packet sockets by default
Checking by SS_CLOSE state was remowed in:

    (45a4770bc0) ss: Remove checking SS_CLOSE state for packet and netlink

which is not really correct because now by default all sockets are seen
when do 'ss'.

Here is most correct fix which considers specified family.

To see netlink sockets:
    ss -A netlink

To see packet sockets:
    ss -A packet

And ss by default will show only connected/established sockets as it
was before all the time.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
2014-12-20 15:43:56 -08:00
..
.gitignore Add ignore files to make using git easier 2006-08-08 12:04:38 -07:00
Makefile ss: Add support for retrieving SELinux contexts 2014-03-10 13:20:49 -07:00
arpd.c iproute2: arpd: use ll_addr_a2n and ll_addr_n2a 2014-06-09 12:45:54 -07:00
ifstat.c ifstat: add json output format 2013-09-24 11:55:13 -07:00
lnstat.c Fix non-literal string format warnings 2014-05-29 10:49:55 -07:00
lnstat.h iproute2: various header include fixes for compiling with musl libc 2014-05-28 16:51:39 -07:00
lnstat_util.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
nstat.c iproute2/nstat: Bug in displaying icmp stats 2014-12-09 20:33:32 -08:00
rtacct.c ip: make local functions static 2013-02-12 11:38:35 -08:00
ss.c ss: Dont show netlink and packet sockets by default 2014-12-20 15:43:56 -08:00
ssfilter.h (Logical change 1.3) 2004-04-15 20:56:59 +00:00
ssfilter.y Remove trailing whitespace 2006-12-05 10:10:22 -08:00