openwrt/package/network
Felix Fietkau 68c2ab8f5f wifi-scripts: fix nested config accumulation in wdev_set_data
When storing device-level data, wdev_set_data() spread the entire wdev
object into handler_data. Since handler_config.data is set from the
previous handler_data[wdev.name] before each setup, this created
exponentially growing nesting with each reload, eventually causing
"nesting too deep" JSON parse errors.

Fix by initializing cur to a simple object containing only the device
name instead of the entire wdev object.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2026-02-07 09:23:22 +00:00
..
config wifi-scripts: fix nested config accumulation in wdev_set_data 2026-02-07 09:23:22 +00:00
ipv6 odhcp6c: update to Git HEAD (2026-01-25) 2026-01-26 18:49:51 +01:00
services unetmsg: notify subscribers when remote peer connection drops 2026-02-07 10:04:18 +01:00
utils xdp-tools: update to 1.5.8 2026-02-06 17:38:51 +01:00