device: add new NMDeviceType NM_DEVICE_TYPE_VETH

Based-on-patch-by: Jiří Klimeš <jklimes@redhat.com>
This commit is contained in:
Thomas Haller
2016-02-23 17:40:54 +01:00
parent 26718e989e
commit 1b00009169
9 changed files with 16 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ devtypes = { 1: "Ethernet",
17: "IPTunnel"
18: "MACVLAN"
19: "VXLAN"
20: "Veth"
}
states = { 0: "Unknown",