Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: Ensure data returned by allocate_ip is correct
When allocate_ip is called, it returns some data representing the related network information. However, as network attributes can be overridden by having attributes on a node (to override the conduit for a specific network on that node, for instance), which is something that was not reflected here, resulting in incorrect data.
- Loading branch information