Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 01:08:22 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337945 - head/sys/riscv/conf
Message-ID:  <201808170108.w7H18Mda048244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170108.w7H18Mda048244>