sctp: missing set src and dest port while lookup output route
authorWei Yongjun <yjwei@cn.fujitsu.com>
Sat, 1 May 2010 01:42:44 +0000 (21:42 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 01:42:44 +0000 (21:42 -0400)
commit6429d3dc4bd6251b01c11b851e23a4d60f079e06
tree9bb9366ef05e1f05323c581df51b3b79af248eed
parent52688d6ec977e69b164e0bd3de51d43cf6d4b7b3
sctp: missing set src and dest port while lookup output route

While lookup the output route, we do not set the src and dest
port. This will cause we got a wrong route if we had set the
outbund transport to IPsec with src or dst port.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/protocol.c