From: Daniel Borkmann Date: Tue, 22 Oct 2013 16:34:56 +0000 (+0200) Subject: net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~67^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecda03493646b53f53892fa3c38c75ba9310374;p=pandora-kernel.git net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6 Commit 8a07eb0a50 ("sctp: Add ASCONF operation on the single-homed host") implemented possible use of IPv4 addresses with non SCTP_ADDR_SRC state as source address when sending ASCONF (ADD) packets, but IPv6 part for that was not implemented in 8a07eb0a50. Therefore, as this is not restricted to IPv4-only, fix this up to allow the same for IPv6 addresses in SCTP. Signed-off-by: Daniel Borkmann Cc: Michio Honda Acked-by: Michio Honda Acked-by: Vlad Yasevich Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed