1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

Fix a merge error

This commit is contained in:
Julien Duponchelle 2017-07-18 09:24:36 +02:00
parent 7b8e4c1a60
commit 873418dbbe
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -368,7 +368,7 @@ class Link:
if node["node"].node_type in ('vpcs', if node["node"].node_type in ('vpcs',
'dynamips', 'dynamips',
'qemu', 'qemu',
'iou'): 'iou',
'cloud', 'cloud',
'nat', 'nat',
'docker'): 'docker'):