svn commit: r356528 - head/libexec/rc/rc.d

Bjoern A. Zeeb bz at FreeBSD.org
Wed Jan 8 23:34:50 UTC 2020


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


More information about the svn-src-head mailing list