From b58a54ae7c06d54330387df1726c8af4c3565433 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 28 Aug 2022 17:05:28 +0200 Subject: [PATCH] Allow empty adapter slots for Dynamips templates. Ref https://github.com/GNS3/gns3-gui/issues/3373 --- gns3server/schemas/compute/dynamips_nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gns3server/schemas/compute/dynamips_nodes.py b/gns3server/schemas/compute/dynamips_nodes.py index 64bc07c2..585973fd 100644 --- a/gns3server/schemas/compute/dynamips_nodes.py +++ b/gns3server/schemas/compute/dynamips_nodes.py @@ -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):