[SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT
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 <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
42e30bf346
commit
d6de309759
@@ -451,6 +451,7 @@ union sctp_params {
|
||||
struct sctp_random_param *random;
|
||||
struct sctp_chunks_param *chunks;
|
||||
struct sctp_hmac_algo_param *hmac_algo;
|
||||
struct sctp_addip_param *addip;
|
||||
};
|
||||
|
||||
/* RFC 2960. Section 3.3.5 Heartbeat.
|
||||
|
Reference in New Issue
Block a user