mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 12:10:48 +04:00
a288354e78
Tunnel devices which are up, show as down, since the config being enumerated does not have access to any device status. The 'device' being enumerated is e.g. 'wireguard_wg0', a configuration for a tunnel interface, whose parent is an 'ethernet' type. That's a bug for another day. So they shall use parent device status. Signed-off-by: Paul Donald <newtwen+github@gmail.com>