mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
create_docker_node() passes console, aux etc. to create_node() via .get() so those keys remain in node_data. The setattr fallback loop then re-applies them — if reserve_tcp_port returned a different port in __init__, the setter fires an INFO log and performs a wasted release→reserve round-trip. Pop the 15 keys already consumed by create_node() before the loop so it only handles truly extra keys.