svn commit: r361235 - stable/12/libexec/rc/rc.d

Colin Percival cperciva at FreeBSD.org
Tue May 19 01:40:46 UTC 2020


Author: cperciva
Date: Tue May 19 01:40:45 2020
New Revision: 361235
URL: https://svnweb.freebsd.org/changeset/base/361235

Log:
  MFC r361114:
  
    Move the devmatch rc.d script before netif in the boot process.
  
    Prior to this change, using lagg to aggregate wired and wireless networks
    was broken in the (relatively common) case where wifi drivers + firmware
    are loaded by devmatch, since the interface didn't exist at the time when
    the lagg interface was being created.
  
  PR:		246506

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

Modified: stable/12/libexec/rc/rc.d/devmatch
==============================================================================
--- stable/12/libexec/rc/rc.d/devmatch	Tue May 19 01:39:37 2020	(r361234)
+++ stable/12/libexec/rc/rc.d/devmatch	Tue May 19 01:40:45 2020	(r361235)
@@ -27,6 +27,7 @@
 #
 # PROVIDE: devmatch
 # REQUIRE: kldxref
+# BEFORE: netif
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-stable mailing list