Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 11:03:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 211364] /etc/rc.d/ipsec does not run in VNET jails
Message-ID:  <bug-211364-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211364

            Bug ID: 211364
           Summary: /etc/rc.d/ipsec does not run in VNET jails
           Product: Base System
           Version: 10.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: matthias+freebsd+bugzilla@harz.de

In /etc/rc.d/ipsec has keyword "nojail" wich prevents running in any jail.
running in vnet jails schould be enabled by changing keyword to "nojailvnet=
".
(like /etc/rc.d/ipfw)

diff included:

--- ipsec.orig  2016-07-25 13:00:10.516069000 +0200
+++ ipsec       2016-07-25 12:59:55.388665000 +0200
@@ -6,7 +6,7 @@
 # PROVIDE: ipsec
 # REQUIRE: FILESYSTEMS
 # BEFORE:  DAEMON mountcritremote
-# KEYWORD: nojail
+# KEYWORD: nojailvnet

 . /etc/rc.subr

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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