mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Provide pr_ctloutput method for AF_LOCAL/SOCK_SEQPACKET sockets.
This makes setsockopt() on them working. Reported by: Yuri <yuri rawbw.com> Approved by: re (kib)
This commit is contained in:
parent
64c5de5483
commit
e06432800f
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ static struct protosw localsw[] = {
|
|||
*/
|
||||
.pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|
|
||||
PR_RIGHTS,
|
||||
.pr_ctloutput = &uipc_ctloutput,
|
||||
.pr_usrreqs = &uipc_usrreqs_seqpacket,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue