From: Michio Honda Date: Tue, 26 Apr 2011 11:19:36 +0000 (+0900) Subject: sctp: Add ASCONF operation on the single-homed host X-Git-Tag: v3.1-rc1~316^2~450^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a07eb0a50aebc8c95478d49c28c7f8419a26cef;p=pandora-kernel.git sctp: Add ASCONF operation on the single-homed host In this case, the SCTP association transmits an ASCONF packet including addition of the new IP address and deletion of the old address. This patch implements this functionality. In this case, the ASCONF chunk is added to the beginning of the queue, because the other chunks cannot be transmitted in this state. Signed-off-by: Michio Honda Signed-off-by: YOSHIFUJI Hideaki Acked-by: Wei Yongjun Signed-off-by: David S. Miller --- Reading git-diff-tree failed