sctp: release cached route when the transport goes down.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 23 Jun 2009 15:28:05 +0000 (11:28 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:20:55 +0000 (18:20 -0400)
commit40187886bc31aee9c5c6f08f46cde4ab618e9736
tree93d569af329d9516ac2b586e808a6c2b8e3629e7
parent3cd9749c0b758223a71e059fa44c2234547d9ee0
sctp: release cached route when the transport goes down.

When the sctp transport is marked down, we can release the
cached route and force a new lookup when attempting to use
this transport for anything.  This way, if a better route
or source address is available, we'll try to use it.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/associola.c