mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[SCTP]: Implement SCTP-AUTH initializations.
The patch initializes AUTH related members of the generic SCTP structures and provides a way to enable/disable auth extension. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1f485649f5
commit
a29a5bd4f5
5 changed files with 133 additions and 0 deletions
|
@ -1185,6 +1185,9 @@ SCTP_STATIC __init int sctp_init(void)
|
|||
/* Enable PR-SCTP by default. */
|
||||
sctp_prsctp_enable = 1;
|
||||
|
||||
/* Disable AUTH by default. */
|
||||
sctp_auth_enable = 0;
|
||||
|
||||
sctp_sysctl_register();
|
||||
|
||||
INIT_LIST_HEAD(&sctp_address_families);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue