mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Support the use of the ipsec kld.
X-MFC with: r347410
This commit is contained in:
parent
87ae0686a2
commit
706a3d9c65
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ ipf_send_ip(fin, m)
|
|||
default :
|
||||
return EINVAL;
|
||||
}
|
||||
#ifdef IPSEC
|
||||
#ifdef IPSEC_SUPPORT
|
||||
m->m_pkthdr.rcvif = NULL;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue