mirror_iproute2/misc
Andreas Henriksson ae4e21c93f ss: fix help/man TCP-STATE description for listening
There's some misleading information in --help and ss(8) manpage about
TCP-STATE named 'listen'.
ss doesn't know such a state, but it knows 'listening' state.

$ ss -tua state listen
ss: wrong state name: listen

$ ss -tua state listening
[...]

Addresses: https://bugs.debian.org/872990
Reported-by: Pavel Lyulchenko <p.lyulchenko@gmail.com>
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
2017-08-24 11:01:34 -07:00
..
.gitignore Add ignore files to make using git easier 2006-08-08 12:04:38 -07:00
arpd.c Use C99 style initializers everywhere 2016-07-20 12:05:24 -07:00
ifstat.c ifstat: Fix memleak in dump_kern_db() for json output 2017-08-18 09:39:52 -07:00
lnstat_util.c Replace malloc && memset by calloc 2016-07-20 12:05:24 -07:00
lnstat.c Replace malloc && memset by calloc 2016-07-20 12:05:24 -07:00
lnstat.h iproute2: various header include fixes for compiling with musl libc 2014-05-28 16:51:39 -07:00
Makefile change how Config is used in Makefile's 2017-08-09 09:10:52 -07:00
nstat.c ifstat/nstat: fix help output alignment 2016-11-29 13:17:08 -08:00
rtacct.c misc: fix style issues 2016-03-21 11:56:36 -07:00
ss.c ss: fix help/man TCP-STATE description for listening 2017-08-24 11:01:34 -07:00
ssfilter.h ss: Support displaying and filtering on socket marks. 2016-09-22 16:34:40 -07:00
ssfilter.y ss: Support displaying and filtering on socket marks. 2016-09-22 16:34:40 -07:00