Load ipfilter, ipnat, and ippool rules, and start ipmon in a vnet jail.

PR:		248109
Reported by:	joeb1@a1poweruser.com
MFC after:	2 weeks
This commit is contained in:
Cy Schubert 2020-07-23 17:39:45 +00:00
parent c795344ff7
commit 795be686d8
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# PROVIDE: ipfilter
# REQUIRE: FILESYSTEMS
# KEYWORD: nojail
# KEYWORD: nojailvnet
. /etc/rc.subr

View File

@ -6,7 +6,7 @@
# PROVIDE: ipmon
# REQUIRE: FILESYSTEMS hostname sysctl ipfilter
# BEFORE: SERVERS
# KEYWORD: nojail
# KEYWORD: nojailvnet
. /etc/rc.subr

View File

@ -5,7 +5,7 @@
# PROVIDE: ipnat
# REQUIRE: ipfilter
# KEYWORD: nojail
# KEYWORD: nojailvnet
. /etc/rc.subr

View File

@ -6,7 +6,7 @@
# PROVIDE: ippool
# REQUIRE: FILESYSTEMS
# BEFORE: ipfilter
# KEYWORD: nojail
# KEYWORD: nojailvnet
. /etc/rc.subr