1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-05-21 16:28:54 +00:00

Add missing 'nat' template type in schema. Fixes #2529

This commit is contained in:
grossmj 2025-05-13 20:52:44 +02:00
parent ef3570dc95
commit c2c89b0ff3
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -27,7 +27,7 @@ BASE_TEMPLATE_PROPERTIES = {
},
"template_type": {
"description": "Type of node",
"enum": ["cloud", "ethernet_hub", "ethernet_switch", "docker", "dynamips", "vpcs", "traceng",
"enum": ["cloud", "nat", "ethernet_hub", "ethernet_switch", "docker", "dynamips", "vpcs", "traceng",
"virtualbox", "vmware", "iou", "qemu"]
},
"name": {