]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Run netoptions startup script in vnet jails.
authorbz <bz@FreeBSD.org>
Wed, 8 Jan 2020 23:34:50 +0000 (23:34 +0000)
committerbz <bz@FreeBSD.org>
Wed, 8 Jan 2020 23:34:50 +0000 (23:34 +0000)
commit02c4ef5c410c6614896a34356f2311e607fdbbaa
treef83d01929cdd230abd886a38bae4690368a05a00
parent26a90b3ee812d56000bf2a58d09c46797fa4895d
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
libexec/rc/rc.d/netoptions