sctp: fix the error code when ASCONF is received with invalid address
authorWei Yongjun <yjwei@cn.fujitsu.com>
Thu, 16 Apr 2009 06:21:02 +0000 (14:21 +0800)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 3 Jun 2009 13:14:45 +0000 (09:14 -0400)
commit945e5abceef8bdb85d8455e7f9a3cd647dd8b156
tree92f9381837c9c4aa1c4ffcccbeebe80818822d4f
parenta987f762cafb25c0fedf88f15e328edd897210ed
sctp: fix the error code when ASCONF is received with invalid address

Use Unresolvable Address error cause instead of Invalid Mandatory
Parameter error cause when process ASCONF chunk with invalid address
since address parameters are not mandatory in the ASCONF chunk.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_make_chunk.c