]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: Add Auto-ASCONF support (core).
authorMichio Honda <micchie@sfc.wide.ad.jp>
Tue, 26 Apr 2011 10:32:51 +0000 (19:32 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jun 2011 09:04:53 +0000 (02:04 -0700)
commit26aeed16b2318d2c44af1cc1ebb1f0a7a2f48cfa
tree1e128f1465135dd70f202b8720c32cbfd536cb68
parente085637f6cf4618aaaccc029443ed663532765db
sctp: Add Auto-ASCONF support (core).

SCTP reconfigure the IP addresses in the association by using
ASCONF chunks as mentioned in RFC5061.  For example, we can
start to use the newly configured IP address in the existing
association.  This patch implements automatic ASCONF operation
in the SCTP stack with address events in the host computer,
which is called auto_asconf.

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>
include/net/sctp/sctp.h
include/net/sctp/structs.h
net/sctp/bind_addr.c
net/sctp/ipv6.c
net/sctp/protocol.c
net/sctp/socket.c