Fix missing commas in list-devices devtypes dict.

This commit is contained in:
Adrian Likins
2016-03-02 11:25:43 -05:00
committed by Lubomir Rintel
parent 8f706197fe
commit 6c59443ad5

View File

@@ -35,11 +35,11 @@ devtypes = { 1: "Ethernet",
12: "ADSL",
13: "Bridge",
14: "Generic",
15: "Team"
16: "TUN"
17: "IPTunnel"
18: "MACVLAN"
19: "VXLAN"
15: "Team",
16: "TUN",
17: "IPTunnel",
18: "MACVLAN",
19: "VXLAN",
20: "Veth"
}