1
0
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:
Sam Leffler 2003-10-03 22:06:36 +00:00
parent eefb5d68b2
commit 87002f0dc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120721

View File

@ -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