Skip to content

ubus set with tables didn't apply

Vivek Kumar Dutta requested to merge release-6.5 into bbf_pipeline_6.5

If the user was setting multiple matches to resolved paths, the ubus call usp set would only set the first parameter.

This changes the order of the for loops to account for the __blob_for_each_attr moving an internal ptr on. So changes the for loops to move the inner to outer and vice versa.

(cherry picked from commit 6d1a61ce)

Merge request reports