Support the use of the ipsec kld.

X-MFC with:	r347410
This commit is contained in:
Cy Schubert 2019-05-11 17:59:13 +00:00
parent 87ae0686a2
commit 706a3d9c65

View File

@ -481,7 +481,7 @@ ipf_send_ip(fin, m)
default :
return EINVAL;
}
#ifdef IPSEC
#ifdef IPSEC_SUPPORT
m->m_pkthdr.rcvif = NULL;
#endif