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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to