You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix testcase for subnet module
* Fix vlan to id resolve mechanism
As reported in #80 it is currently not possible to resolve a vlan number
to its id. This relies on a different structure of vlan entities. Vlan
entities has `vlanId` instead of `id` as usual.
We decided to use the same approach as for device_type to add `vlanId`
as `id` to the resolved entity.
* Add changlog entry
* Add vlan domain mapping test
* Fix domain resolution in vlan module
* Cleanup conditions for selecting the correct find_* method
* Add comment for later understanding
0 commit comments