Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse-nm: account for veth and dummy when checking for virtual types
The new types DUMMY and VETH were added after the generic type NM. We it checked if the interfaces was virtual, in order to build the netdef id, it wouldn't consider DUMMY and VETH. Because of that, when a dummy or veth interface is created via network manager, it's netdef ID would be the connection UUID. For virtual devices we want it to be the interface name.
- Loading branch information