Handle dtd bridge device (#431)

This commit is contained in:
Tim Wilkinson 2022-07-13 14:19:56 -07:00 committed by GitHub
parent 79a63e8ad8
commit dd590a6102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ function lqm()
-- DtD -- DtD
for mac, entry in pairs(arps) for mac, entry in pairs(arps)
do do
if entry.Device:match("%.2$") then if entry.Device:match("%.2$") or entry.Device == "br-dtdlink" then
stations[#stations + 1] = { stations[#stations + 1] = {
type = "DtD", type = "DtD",
device = entry.Device, device = entry.Device,