mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
The controller endpoint received name via TemplateUsage but never passed it to add_node_from_template, causing the name parameter to be silently ignored. name is optional - if omitted the template's default_name_format is used.