mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hookup ctlinput for fast ipsec versions of esp+ah protocols
Supported by: FreeBSD Foundation
This commit is contained in:
parent
eefb5d68b2
commit
87002f0dc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue