Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Agent/InterfaceManager: clear _nl_link_update when remapping a device
Resolves an issue when moving a veth device to a namespace. The device will have _nl_link_update populated with data from generic Device creation (device appears in the namespace). This data may cause issues for certain device operations like setting the link up. To avoid this, clearing the _nl_link_update while remapping the device solves the issue. Fixes #367 Signed-off-by: Jan Tluka <[email protected]>
- Loading branch information