sctp: Add ADD/DEL ASCONF handling at the receiver.
authorMichio Honda <micchie@sfc.wide.ad.jp>
Tue, 26 Apr 2011 08:37:02 +0000 (17:37 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jun 2011 09:04:52 +0000 (02:04 -0700)
commitb1364104e37c9d8cf437746ba5f5dfedcc0bc132
treefa2cbe48cf1ef54ae7544f518e0c26736ba8a973
parent40d69043fce579378eb185d31445b6ff66abbd93
sctp: Add ADD/DEL ASCONF handling at the receiver.

This patch fixes the problem that the original code cannot delete
the remote address where the corresponding transport is currently
directed, even when the ASCONF is sent from the other address (this
situation happens when the single-homed sender transmits  ASCONF
with ADD and DEL.)

Signed-off-by: Michio Honda <micchie@sfc.wide.ad.jp>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Acked-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_make_chunk.c