unbreak compilation of FAST_IPSEC
Supported by: FreeBSD Foundation
This commit is contained in:
@@ -880,7 +880,7 @@ tcp_output(struct tcpcb *tp)
|
||||
: NULL);
|
||||
|
||||
/* TODO: IPv6 IP6TOS_ECT bit on */
|
||||
#ifdef IPSEC
|
||||
#if defined(IPSEC) && !defined(FAST_IPSEC)
|
||||
if (ipsec_setsocket(m, so) != 0) {
|
||||
m_freem(m);
|
||||
error = ENOBUFS;
|
||||
|
||||
Reference in New Issue
Block a user