device/interface: add "tags" attribute from config to status dump master
authorFelix Fietkau <nbd@nbd.name>
Fri, 8 Nov 2024 09:33:35 +0000 (10:33 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 8 Nov 2024 09:33:45 +0000 (10:33 +0100)
commit34eb11eb6f5c62de480d6192f0ca840093127fee
tree9b76570a25f8976b4dfffdaca4453f5c6094c947
parent992d33cb42a6e70d98a65f55fb9d000de0fd613b
device/interface: add "tags" attribute from config to status dump

This allows annotating interfaces/devices in the config in a way that can be
queried through status. One example use case is to mark wifi interfaces for
use with specific services without having to explicitly reference sections
from elsewhere.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
device.c
device.h
interface.c
interface.h
ubus.c