Skip to content

ubus set with tables didn't apply

Vivek Kumar Dutta requested to merge devel into bbf_pipeline

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.

Merge request reports