commit | bd784a140712fd06674f2240eecfc4ccae421129 | [log] [tgz] |
---|---|---|
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | Wed Sep 18 20:03:27 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 18 12:33:44 2013 -0400 |
tree | 87b1ff281c60f05c7dad3c25ec3b4907090c31db | |
parent | 48a30569732be782119960a47ca05417e7e07dab [diff] |
net:dccp: do not report ICMP redirects to user space DCCP shouldn't be setting sk_err on redirects as it isn't an error condition. it should be doing exactly what tcp is doing and leaving the error handler without touching the socket. Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>