]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the devmatch rc.d script before netif in the boot process.
authorColin Percival <cperciva@FreeBSD.org>
Sat, 16 May 2020 18:37:48 +0000 (18:37 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Sat, 16 May 2020 18:37:48 +0000 (18:37 +0000)
commit3cc620328f74f8a529ab8f7b0bad8deb5a64faf8
treee88ecb1c9c2e105825816a85d73fc7fa1b9ac8db
parent9033ad5f152c2cf25649e44b433ca5580ceb0bc5
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.

Suggested by: imp
MFC after: 3 days
libexec/rc/rc.d/devmatch