summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-26 01:27:16 +0000
committerdougb <dougb@FreeBSD.org>2009-06-26 01:27:16 +0000
commitd6c34cbf833cb699e5c839bebad0de280c295c00 (patch)
tree66fbf6360b92f92f65f2a3e94bf79428a9bffe71 /etc
parent3f9f22c2c9fcf1a8db0772baa21c79f23ca8f3a1 (diff)
downloadFreeBSD-src-d6c34cbf833cb699e5c839bebad0de280c295c00.zip
FreeBSD-src-d6c34cbf833cb699e5c839bebad0de280c295c00.tar.gz
rtsol should not be run on the wireless NIC interfaces directly,
it will run on wlan0 instead.
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/network.subr b/etc/network.subr
index acc69f2..22bfc7d 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -863,6 +863,9 @@ network6_interface_setup()
case ${i} in
lo0|gif[0-9]*|stf[0-9]*|faith[0-9]*|lp[0-9]*|sl[0-9]*|tun[0-9]*|pflog[0-9]*|pfsync[0-9]*)
;;
+ # Wireless NIC cards are virtualized through the wlan interface
+ an[0-9]*|ath[0-9]*|ipw[0-9]*|iwi[0-9]*|iwn[0-9]*|ral[0-9]*|wi[0-9]*|wl[0-9]*|wpi[0-9]*)
+ ;;
*)
rtsol_interfaces="${rtsol_interfaces} ${i}"
;;
OpenPOWER on IntegriCloud