]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361114:
authorColin Percival <cperciva@FreeBSD.org>
Tue, 19 May 2020 01:40:45 +0000 (01:40 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Tue, 19 May 2020 01:40:45 +0000 (01:40 +0000)
commit21d1a943a55c84ddfad8284c984f06eade372c30
treed470174c5b468c6d8251bd2e5d194e5c268bb9b7
parent24308b0f6831a727bbe7a727b3a622816d9d3bc6
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
libexec/rc/rc.d/devmatch