]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Run netoptions startup script in vnet jails.
authorBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 8 Jan 2020 23:34:50 +0000 (23:34 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 8 Jan 2020 23:34:50 +0000 (23:34 +0000)
commit1459a8eb247bcb10c4ee05d7b1ee1c2cb8a4b277
treef83d01929cdd230abd886a38bae4690368a05a00
parent334fc5822becf3294a389630137d2332e42fda7d
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