Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 08:52:01 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Fabien Thomas <fabient@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat
Message-ID:  <efi0-448e-wny@FreeBSD.org>
In-Reply-To: <201805221554.w4MFsPQA083334@repo.freebsd.org> (Fabien Thomas's message of "Tue, 22 May 2018 15:54:25 %2B0000 (UTC)")
References:  <201805221554.w4MFsPQA083334@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Fabien Thomas <fabient@FreeBSD.org> writes:

> +		IPSECSTAT_INC(ips_spdcache_hits);
> +
> +		SPDCACHE_UNLOCK(hashv);
> +		goto out;
> +	}
> +
> +	IPSECSTAT_INC(ips_spdcache_misses);

Breaks kernel build with "nooption IPSEC":

ld: error: undefined symbol: vnet_entry_ipsec4stat
>>> referenced by key.c:933 (/usr/src/sys/netipsec/key.c:933)
>>>               key.o:(key_allocsp)

ld: error: undefined symbol: vnet_entry_ipsec4stat
>>> referenced by key.c:939 (/usr/src/sys/netipsec/key.c:939)
>>>               key.o:(key_allocsp)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?efi0-448e-wny>