Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 01:18:16 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r367049 - stable/12/libexec/rc/rc.d
Message-ID:  <202010260118.09Q1IGo7016376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Oct 26 01:18:15 2020
New Revision: 367049
URL: https://svnweb.freebsd.org/changeset/base/367049

Log:
  MFC r366857:
  Destroy cloned interfaces at netif stop, netif restart and shutdown.
  This is especially important during shutdown because a child interface
  of lagg with WOL enabled will not enable WOL at interface shutdown and
  thus no WOL to wake up the device (and machine).
  
  PR:		158734, 109980
  Reported by:	Antonio Huete Jimenez <tuxillo at quantumachine.net>
  		Marat N.Afanasyev <marat at zealot.ksu.ru>
  reviewed by:	kp

Modified:
  stable/12/libexec/rc/rc.d/netif
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/libexec/rc/rc.d/netif
==============================================================================
--- stable/12/libexec/rc/rc.d/netif	Mon Oct 26 00:37:31 2020	(r367048)
+++ stable/12/libexec/rc/rc.d/netif	Mon Oct 26 01:18:15 2020	(r367049)
@@ -28,7 +28,7 @@
 # PROVIDE: netif
 # REQUIRE: FILESYSTEMS iovctl serial sppp sysctl
 # REQUIRE: hostid ipfs
-# KEYWORD: nojailvnet
+# KEYWORD: nojailvnet shutdown
 
 . /etc/rc.subr
 . /etc/network.subr



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