svn commit: r285161 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Sun Jul 5 14:16:32 UTC 2015


Author: ian
Date: Sun Jul  5 14:16:31 2015
New Revision: 285161
URL: https://svnweb.freebsd.org/changeset/base/285161

Log:
  Enable ipsec by default on all armv6 platforms.

Modified:
  head/sys/arm/conf/std.armv6

Modified: head/sys/arm/conf/std.armv6
==============================================================================
--- head/sys/arm/conf/std.armv6	Sun Jul  5 14:15:58 2015	(r285160)
+++ head/sys/arm/conf/std.armv6	Sun Jul  5 14:16:31 2015	(r285161)
@@ -5,6 +5,7 @@
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
+options 	IPSEC			# IP (v4/v6) security
 options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support


More information about the svn-src-head mailing list