sctp: xmit sctp packet always return no route error
authorWei Yongjun <yjwei@cn.fujitsu.com>
Sun, 28 Jun 2009 22:49:37 +0000 (22:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2009 02:41:53 +0000 (19:41 -0700)
commitff0ac74afb5b9916641723a78796d4ee7937c2ea
tree8056226e0c4aaf07249de626b42d32c2a188cf8a
parentd51e9b0d94336db56a13fdc65bb30751e3ea33b7
sctp: xmit sctp packet always return no route error

Commit 'net: skb->dst accessors'(adf30907d63893e4208dfe3f5c88ae12bc2f25d5)
broken the sctp protocol stack, the sctp packet can never be sent out after
Eric Dumazet's patch, which have typo in the sctp code.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Vlad Yasevich <vladisalv.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/output.c