]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
network.subr: adjust regex for wlans_xxxxx rc.conf entries
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 18 Apr 2023 14:40:13 +0000 (14:40 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 26 Jun 2023 09:04:12 +0000 (09:04 +0000)
commit6a50f0e12d9c1dce684a4ad93cebdd815636add4
tree3f6708207620344df5a5aa29ad6ae83dac119669
parentded53e898c7be6d610e94c1746fd22304f5c5988
network.subr: adjust regex for wlans_xxxxx rc.conf entries

Drivers like ath1[012]k will not match the current wlans_*-regex as
they have digits followed by letters.  Adjust the regex to allow
this combination in order to be able to configure interfaces with
names like wlans_ath11k0="..."

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D39674

(cherry picked from commit de1dde5dfea4407119955a6f94528396b258db3f)
libexec/rc/network.subr