commit | ff0ac74afb5b9916641723a78796d4ee7937c2ea | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Sun Jun 28 22:49:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 29 19:41:53 2009 -0700 |
tree | 8056226e0c4aaf07249de626b42d32c2a188cf8a | |
parent | d51e9b0d94336db56a13fdc65bb30751e3ea33b7 [diff] |
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>