sctp: Failover transmitted list on transport delete
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:21:00 +0000 (18:21 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:21:00 +0000 (18:21 -0400)
commit31b02e1549406efa346534acad956a42bc3f28c4
tree3acc807275810eb2efdc5fc2744bdfc3528488c2
parentf68b2e05f326971cd76c65aa91a1a41771dd7485
sctp: Failover transmitted list on transport delete

Add-IP feature allows users to delete an active transport.  If that
transport has chunks in flight, those chunks need to be moved to another
transport or association may get into unrecoverable state.

Reported-by: Rafael Laufer <rlaufer@cisco.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/associola.c
net/sctp/outqueue.c
net/sctp/sm_statefuns.c