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
A commit references this bug: Author: kp Date: Wed Jul 5 20:00:59 UTC 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> Changes: head/etc/rc.d/ipsec
A commit references this bug: Author: kp Date: Thu Nov 30 21:38:10 UTC 2017 New revision: 326415 URL: https://svnweb.freebsd.org/changeset/base/326415 Log: MFC r320696: 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> Changes: _U stable/11/ stable/11/etc/rc.d/ipsec