Re: [PATCH 2.6.25 3/9] SCTP: Add the handling of "Set Primary IP Address" parameter to INIT

2007-12-20 Thread David Miller
From: Vlad Yasevich <[EMAIL PROTECTED]> Date: Mon, 17 Dec 2007 16:32:43 -0500 > The ADD-IP "Set Primary IP Address" parameter is allowed in the > INIT/INIT-ACK exchange. Allow processing of this parameter during > the INIT/INIT-ACK. > > Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> Applied.

[PATCH 2.6.25 3/9] SCTP: Add the handling of "Set Primary IP Address" parameter to INIT

2007-12-17 Thread Vlad Yasevich
The ADD-IP "Set Primary IP Address" parameter is allowed in the INIT/INIT-ACK exchange. Allow processing of this parameter during the INIT/INIT-ACK. Signed-off-by: Vlad Yasevich <[EMAIL PROTECTED]> --- include/net/sctp/structs.h |1 + net/sctp/sm_make_chunk.c | 27 +++