svn commit: r337945 - head/sys/riscv/conf

Conrad Meyer cem at FreeBSD.org
Fri Aug 17 01:08:23 UTC 2018


Author: cem
Date: Fri Aug 17 01:08:22 2018
New Revision: 337945
URL: https://svnweb.freebsd.org/changeset/base/337945

Log:
  Riscv: Include crypto for IPSec
  
  Similar to r337944.  I think this is the last configuration that includes IPsec
  but not crypto.

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC	Fri Aug 17 01:04:02 2018	(r337944)
+++ head/sys/riscv/conf/GENERIC	Fri Aug 17 01:08:22 2018	(r337945)
@@ -36,6 +36,7 @@ options 	INET6			# IPv6 communications protocols
 options 	TCP_HHOOK		# hhook(9) framework for TCP
 options 	IPSEC			# IP (v4/v6) security
 options 	IPSEC_SUPPORT		# Allow kldload of ipsec and tcpmd5
+device		crypto			# core crypto support (required for IPSEC)
 options 	TCP_OFFLOAD		# TCP offload
 options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem


More information about the svn-src-head mailing list