mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
![Tim Kourt](/assets/img/avatar_default.png)
Previously, the parsing of the OMs objects has been done in one pass, therefore, the proxy object's dependencies may not have been parsed at the time when they were looked up for the dependency assignments. Now, the parsing of the OM objects is done in two passes: 1) Create proxy objects - one per interface and path, 2) Populate the proxy objects with properties and assign dependencies. Therefore, we are guaranteed to have the proxy objects created by the time they are looked up for the dependency assignments.