mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
sctp: Make sysctl tunables per net
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f53b5b097e
commit
e1fc3b14f9
14 changed files with 430 additions and 419 deletions
|
@ -1094,7 +1094,7 @@ static struct sctp_association *__sctp_rcv_walk_lookup(struct net *net,
|
|||
break;
|
||||
|
||||
case SCTP_CID_ASCONF:
|
||||
if (have_auth || sctp_addip_noauth)
|
||||
if (have_auth || net->sctp.addip_noauth)
|
||||
asoc = __sctp_rcv_asconf_lookup(
|
||||
net, ch, laddr,
|
||||
sctp_hdr(skb)->source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue