svn commit: r363452 - head/libexec/rc/rc.d
Cy Schubert
cy at FreeBSD.org
Thu Jul 23 17:39:47 UTC 2020
Author: cy
Date: Thu Jul 23 17:39:45 2020
New Revision: 363452
URL: https://svnweb.freebsd.org/changeset/base/363452
Log:
Load ipfilter, ipnat, and ippool rules, and start ipmon in a vnet jail.
PR: 248109
Reported by: joeb1 at a1poweruser.com
MFC after: 2 weeks
Modified:
head/libexec/rc/rc.d/ipfilter
head/libexec/rc/rc.d/ipmon
head/libexec/rc/rc.d/ipnat
head/libexec/rc/rc.d/ippool
Modified: head/libexec/rc/rc.d/ipfilter
==============================================================================
--- head/libexec/rc/rc.d/ipfilter Thu Jul 23 17:26:53 2020 (r363451)
+++ head/libexec/rc/rc.d/ipfilter Thu Jul 23 17:39:45 2020 (r363452)
@@ -5,7 +5,7 @@
# PROVIDE: ipfilter
# REQUIRE: FILESYSTEMS
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
. /etc/rc.subr
Modified: head/libexec/rc/rc.d/ipmon
==============================================================================
--- head/libexec/rc/rc.d/ipmon Thu Jul 23 17:26:53 2020 (r363451)
+++ head/libexec/rc/rc.d/ipmon Thu Jul 23 17:39:45 2020 (r363452)
@@ -6,7 +6,7 @@
# PROVIDE: ipmon
# REQUIRE: FILESYSTEMS hostname sysctl ipfilter
# BEFORE: SERVERS
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
. /etc/rc.subr
Modified: head/libexec/rc/rc.d/ipnat
==============================================================================
--- head/libexec/rc/rc.d/ipnat Thu Jul 23 17:26:53 2020 (r363451)
+++ head/libexec/rc/rc.d/ipnat Thu Jul 23 17:39:45 2020 (r363452)
@@ -5,7 +5,7 @@
# PROVIDE: ipnat
# REQUIRE: ipfilter
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
. /etc/rc.subr
Modified: head/libexec/rc/rc.d/ippool
==============================================================================
--- head/libexec/rc/rc.d/ippool Thu Jul 23 17:26:53 2020 (r363451)
+++ head/libexec/rc/rc.d/ippool Thu Jul 23 17:39:45 2020 (r363452)
@@ -6,7 +6,7 @@
# PROVIDE: ippool
# REQUIRE: FILESYSTEMS
# BEFORE: ipfilter
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
. /etc/rc.subr
More information about the svn-src-all
mailing list