svn commit: r367049 - stable/12/libexec/rc/rc.d
Cy Schubert
cy at FreeBSD.org
Mon Oct 26 01:18:16 UTC 2020
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
More information about the svn-src-stable-12
mailing list