Re: [v2 PATCH 8/8] SCTP: Tie ADD-IP and AUTH functionality as required by spec.

2007-09-16 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Fri, 14 Sep 2007 15:14:50 -0400 > [.. forgot to refresh the patch, the other version has compile problems ..] > > ADD-IP spec requires AUTH. It is, in fact, dangerous without AUTH. > So, disable ADD-IP functionality if the peer claims to support > ADD

Re: [PATCH 8/8] SCTP: Tie ADD-IP and AUTH functionality as required by spec.

2007-09-16 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Fri, 14 Sep 2007 14:44:59 -0400 > ADD-IP spec requires AUTH. It is, in fact, dangerous without AUTH. > So, disable ADD-IP functionality if the peer claims to support > ADD-IP, but not AUTH. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Applied

[v2 PATCH 8/8] SCTP: Tie ADD-IP and AUTH functionality as required by spec.

2007-09-14 Thread Vlad Yasevich
[.. forgot to refresh the patch, the other version has compile problems ..] ADD-IP spec requires AUTH. It is, in fact, dangerous without AUTH. So, disable ADD-IP functionality if the peer claims to support ADD-IP, but not AUTH. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> --- include/net/sct

[PATCH 8/8] SCTP: Tie ADD-IP and AUTH functionality as required by spec.

2007-09-14 Thread Vlad Yasevich
ADD-IP spec requires AUTH. It is, in fact, dangerous without AUTH. So, disable ADD-IP functionality if the peer claims to support ADD-IP, but not AUTH. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> --- include/net/sctp/structs.h |1 + net/sctp/sm_make_chunk.c | 13 - 2 file