svn commit: r320696 - head/etc/rc.d

Kristof Provost kp at FreeBSD.org
Wed Jul 5 20:01:00 UTC 2017


Author: kp
Date: Wed Jul  5 20:00:58 2017
New Revision: 320696
URL: https://svnweb.freebsd.org/changeset/base/320696

Log:
  Allow ipsec to run in vnet jails
  
  ipsec is usable in vnet jails, so allow it to run there.
  
  PR:		211364
  Submitted by:	Matthias Meyser <meyser xenet.de>

Modified:
  head/etc/rc.d/ipsec

Modified: head/etc/rc.d/ipsec
==============================================================================
--- head/etc/rc.d/ipsec	Wed Jul  5 19:43:16 2017	(r320695)
+++ head/etc/rc.d/ipsec	Wed Jul  5 20:00:58 2017	(r320696)
@@ -6,7 +6,7 @@
 # PROVIDE: ipsec
 # REQUIRE: FILESYSTEMS
 # BEFORE:  DAEMON mountcritremote
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
 
 . /etc/rc.subr
 


More information about the svn-src-all mailing list