config: drop iface_attr_info
authorDavid Härdeman <[email protected]>
Fri, 24 Oct 2025 22:19:09 +0000 (00:19 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Thu, 6 Nov 2025 07:24:51 +0000 (08:24 +0100)
commit869e2231bbc93b5f3b7425d7214392b167d8b962
tree16369623bfd3dd2ef9cd18298637c836eb64f0cc
parentaf446679d1123ee6dbd871c4163762c73b390c46
config: drop iface_attr_info

BLOBMSG_TYPE_STRING is the default type for BLOBMSG_TYPE_ARRAY, so this
doesn't add anything.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/294
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/config.c