svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat

Kirill Ponomarev kp at krion.cc
Sun May 27 13:56:14 UTC 2018


On 05/25, Jan Beich wrote:
> Fabien Thomas <fabient at 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)

Breaks kernel with "options IPSEC" as well, please back out.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 545 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20180527/016e6763/attachment.sig>


More information about the svn-src-all mailing list