Fix missing commas in list-devices devtypes dict.
This commit is contained in:

committed by
Lubomir Rintel

parent
8f706197fe
commit
6c59443ad5
@@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user