mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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:
parent
334fc5822b
commit
1459a8eb24
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356528
@ -6,7 +6,7 @@
|
||||
# PROVIDE: netoptions
|
||||
# REQUIRE: FILESYSTEMS
|
||||
# BEFORE: netif
|
||||
# KEYWORD: nojail
|
||||
# KEYWORD: nojailvnet
|
||||
|
||||
. /etc/rc.subr
|
||||
. /etc/network.subr
|
||||
|
Loading…
Reference in New Issue
Block a user