Run netoptions startup script in vnet jails.

People use rc.conf inside vnet jails to configure networking setups.
Presumably because some sysctl were not virtualised up until r356527 the
script was not run for vnet jails leaving the rc.conf options without
effect for non-obvious reasons.  Run the netoptions startup script also
for VNET jails now to make the rc.conf options work.

PR:		243193
MFC after:	2 weeks
This commit is contained in:
Bjoern A. Zeeb 2020-01-08 23:34:50 +00:00
parent 334fc5822b
commit 1459a8eb24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356528

View File

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