examples: add missing device-types to examples

Based-on-patch-by: Jiří Klimeš <jklimes@redhat.com>
This commit is contained in:
Thomas Haller
2016-02-23 15:24:32 +01:00
parent 734f45e0e0
commit 71962881a8
3 changed files with 13 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ devtypes = { 1: "Ethernet",
13: "Bridge",
14: "Generic",
15: "Team"
16: "TUN"
17: "IPTunnel"
18: "MACVLAN"
19: "VXLAN"
}
states = { 0: "Unknown",