Date: Sun, 5 Jul 2015 14:16:31 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285161 - head/sys/arm/conf Message-ID: <201507051416.t65EGVjL044536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507051416.t65EGVjL044536>