Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 18:28:00 +0000 (UTC)
From:      Kurt Lidl <lidl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320369 - head/sys/mips/conf
Message-ID:  <201706261828.v5QIS0a0042135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lidl
Date: Mon Jun 26 18:28:00 2017
New Revision: 320369
URL: https://svnweb.freebsd.org/changeset/base/320369

Log:
  Add IPSEC support to mips ERL kernel config file

Modified:
  head/sys/mips/conf/ERL

Modified: head/sys/mips/conf/ERL
==============================================================================
--- head/sys/mips/conf/ERL	Mon Jun 26 18:23:40 2017	(r320368)
+++ head/sys/mips/conf/ERL	Mon Jun 26 18:28:00 2017	(r320369)
@@ -53,6 +53,7 @@ options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
+options 	IPSEC			# IP (v4/v6) security
 options 	TCP_HHOOK		# hhook(9) framework for TCP
 options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem
@@ -201,7 +202,7 @@ device		ural		# Ralink Technology RT2500USB wireless N
 device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
 
 # crypto subsystem
-device		crypto		# core crypto support
+device		crypto		# core crypto support (required for IPSEC)
 device		cryptodev	# /dev/crypto for access to h/w
 device		cryptocteon	# Octeon coprocessor 2 crypto offload
 



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