mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 06:09:12 +01:00
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> |
||
|---|---|---|
| .. | ||
| firewall | ||
| firewall4 | ||
| gre | ||
| ipip | ||
| ltq-adsl-app | ||
| ltq-vdsl-vr9-app | ||
| ltq-vdsl-vr11-app | ||
| netifd | ||
| qos-scripts | ||
| qosify | ||
| soloscli | ||
| swconfig | ||
| vti | ||
| vxlan | ||
| wifi-scripts | ||
| xfrm | ||