Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 23:34:50 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356528 - head/libexec/rc/rc.d
Message-ID:  <202001082334.008NYo86097307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Wed Jan  8 23:34:50 2020
New Revision: 356528
URL: https://svnweb.freebsd.org/changeset/base/356528

Log:
  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

Modified:
  head/libexec/rc/rc.d/netoptions

Modified: head/libexec/rc/rc.d/netoptions
==============================================================================
--- head/libexec/rc/rc.d/netoptions	Wed Jan  8 23:30:26 2020	(r356527)
+++ head/libexec/rc/rc.d/netoptions	Wed Jan  8 23:34:50 2020	(r356528)
@@ -6,7 +6,7 @@
 # PROVIDE: netoptions
 # REQUIRE: FILESYSTEMS
 # BEFORE: netif
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
 
 . /etc/rc.subr
 . /etc/network.subr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001082334.008NYo86097307>