Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 20:37:38 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366857 - head/libexec/rc/rc.d
Message-ID:  <202010192037.09JKbcAY079308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Oct 19 20:37:38 2020
New Revision: 366857
URL: https://svnweb.freebsd.org/changeset/base/366857

Log:
  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
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D26797

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

Modified: head/libexec/rc/rc.d/netif
==============================================================================
--- head/libexec/rc/rc.d/netif	Mon Oct 19 20:37:04 2020	(r366856)
+++ head/libexec/rc/rc.d/netif	Mon Oct 19 20:37:38 2020	(r366857)
@@ -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?202010192037.09JKbcAY079308>