mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-20 21:33:09 +00:00
Allow empty adapter slots for Dynamips templates. Ref https://github.com/GNS3/gns3-gui/issues/3373
This commit is contained in:
parent
94c617ef1c
commit
b58a54ae7c
@ -67,6 +67,7 @@ class DynamipsAdapters(str, Enum):
|
||||
c1700_mb_wic1 = "C1700-MB-WIC1"
|
||||
gt96100_fe = "GT96100-FE"
|
||||
leopard_2fe = "Leopard-2FE"
|
||||
_ = ""
|
||||
|
||||
|
||||
class DynamipsWics(str, Enum):
|
||||
|
Loading…
Reference in New Issue
Block a user