mirror_iproute2/misc
Eric Dumazet df39de8d24 ss: fix autobound filter
Fixes following error. We currently provide garbage data to kernel, that
can abort the validation process or produce unexpected results.

$ ss -a autobound
State      Recv-Q Send-Q      Local Address:Port          Peer Address:Port
TCPDIAG answers: Invalid argument

After patch:

$ misc/ss -a autobound
State      Recv-Q Send-Q      Local Address:Port          Peer Address:Port
LISTEN     0      128                     *:44624                    *:*
ESTAB      0      0            192.168.1.21:47141        74.125.79.109:imaps

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
2011-06-20 14:31:51 -07:00
..
.gitignore Add ignore files to make using git easier 2006-08-08 12:04:38 -07:00
arpd.c arpd/ifstat/nstat/rtacct: use daemon() 2009-11-10 10:41:44 -08:00
ifstat.c iproute2: add 64bit support to ifstat 2010-08-23 13:05:12 -07:00
lnstat_util.c Remove trailing whitespace 2006-12-05 10:10:22 -08:00
lnstat.c Add warning message when MAX_FIELDS reached 2008-06-30 11:57:13 -07:00
lnstat.h add const to find_field 2004-10-19 20:47:13 +00:00
Makefile Do not strip binaries with install 2008-04-01 11:26:47 -07:00
nstat.c Fix warning about sprintf() and NSTAT_HIST 2009-12-26 10:21:13 -08:00
rtacct.c Fix snprintf with non format 2011-04-12 14:23:27 -07:00
ss.c ss: fix autobound filter 2011-06-20 14:31:51 -07: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