mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
hookup ctlinput for fast ipsec versions of esp+ah protocols
Supported by: FreeBSD Foundation
This commit is contained in:
parent
eefb5d68b2
commit
87002f0dc1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120721
@ -160,13 +160,13 @@ struct protosw inetsw[] = {
|
||||
#endif /* IPSEC */
|
||||
#ifdef FAST_IPSEC
|
||||
{ SOCK_RAW, &inetdomain, IPPROTO_AH, PR_ATOMIC|PR_ADDR,
|
||||
ah4_input, 0, 0, 0,
|
||||
ah4_input, 0, ah4_ctlinput, 0,
|
||||
0,
|
||||
0, 0, 0, 0,
|
||||
&nousrreqs
|
||||
},
|
||||
{ SOCK_RAW, &inetdomain, IPPROTO_ESP, PR_ATOMIC|PR_ADDR,
|
||||
esp4_input, 0, 0, 0,
|
||||
esp4_input, 0, esp4_ctlinput, 0,
|
||||
0,
|
||||
0, 0, 0, 0,
|
||||
&nousrreqs
|
||||
|
Loading…
Reference in New Issue
Block a user