Date: Mon, 26 Oct 2020 01:23:14 +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-11@freebsd.org Subject: svn commit: r367050 - stable/11/etc/rc.d Message-ID: <202010260123.09Q1NEtV022177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Oct 26 01:23:14 2020 New Revision: 367050 URL: https://svnweb.freebsd.org/changeset/base/367050 Log: This is a direct commit to stable/11 however it performs MFC r366857 applied to stable/12 with r367049. This is due to src/etc/rc.d/netif having been previously moved to src/libexec/rc.d/netif. 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/11/etc/rc.d/netif Modified: stable/11/etc/rc.d/netif ============================================================================== --- stable/11/etc/rc.d/netif Mon Oct 26 01:18:15 2020 (r367049) +++ stable/11/etc/rc.d/netif Mon Oct 26 01:23:14 2020 (r367050) @@ -28,7 +28,7 @@ # PROVIDE: netif # REQUIRE: FILESYSTEMS iovctl serial sppp sysctl # REQUIRE: hostid ipfilter 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?202010260123.09Q1NEtV022177>