diff options
author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-12-20 17:10:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:59:21 -0500 |
commit | d6de3097592b7ae7f8e233a4dafb088e2aa8170f (patch) | |
tree | 67c3bba0cb62fa4cc81d8546b34f12c4756d158b /include/net/sctp | |
parent | 42e30bf3463cd37d73839376662cb79b4d5c416c (diff) |
[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>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 96621db22466..8a0808eab811 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -451,6 +451,7 @@ union sctp_params { | |||
451 | struct sctp_random_param *random; | 451 | struct sctp_random_param *random; |
452 | struct sctp_chunks_param *chunks; | 452 | struct sctp_chunks_param *chunks; |
453 | struct sctp_hmac_algo_param *hmac_algo; | 453 | struct sctp_hmac_algo_param *hmac_algo; |
454 | struct sctp_addip_param *addip; | ||
454 | }; | 455 | }; |
455 | 456 | ||
456 | /* RFC 2960. Section 3.3.5 Heartbeat. | 457 | /* RFC 2960. Section 3.3.5 Heartbeat. |