Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Merge c77d0ad into acbc55d
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Dec 21, 2015
2 parents acbc55d + c77d0ad commit 54d4a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gns3converter/models.py
Expand Up @@ -27,7 +27,7 @@
MODEL_MATRIX[platform] = {}

# 1700s have one FE on the motherboard
for chassis in ('1720', '1721', '1750', '1751', '1760'):
for chassis in ('1710', '1720', '1721', '1750', '1751', '1760'):
MODEL_MATRIX['c1700'][chassis] = {'ports': 1, 'type': 'F'}

# 2600s have one or more interfaces on the motherboard
Expand Down Expand Up @@ -61,7 +61,7 @@
'3725': 'c3725',
'3745': 'c3745',
'7200': 'c7200'}
for chassis in ('1720', '1721', '1750', '1751', '1760'):
for chassis in ('1710', '1720', '1721', '1750', '1751', '1760'):
MODEL_TRANSFORM[chassis] = 'c1700'
for chassis in ('2620', '2621', '2610XM', '2611XM', '2620XM',
'2621XM', '2650XM', '2651XM'):
Expand Down

0 comments on commit 54d4a39

Please sign in to comment.