Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxrouterctl: Fix bug with inherited vlan interfaces
Currently, when a vlan interface is created on the host system (e.g. with mxvlan) and moved to the mxrouter instance with interface(), it gets deleted, because it is recogized visible as a vlan interface in the router namespace but not configured via vlan(). Ignore existing vlan interfaces which are configured into the router namespace via interface().
- Loading branch information