Closed adosztal closed 6 years ago
Cosmetic issue: Seems like GNS3 tries to remove the link between two nodes multiple times when deleting both nodes at the same time.
1) Starting topology:
Link ID when accessing GNS3 API (http://{server-ip}/v2/projects/{project-id}/links); there's this single link only:
[ { "capture_file_name": null, "capture_file_path": null, "capturing": false, "filters": {}, "link_id": "49b0cf48-7c99-435a-a785-86e411fcac07", "link_type": "ethernet", "nodes": [ { "adapter_number": 0, "label": { "rotation": 0, "style": "font-family: DejaVu Sans;font-size: 10.0;fill: #000000;fill-opacity: 1.0;", "text": "eth0", "x": 38, "y": 51 }, "node_id": "b275476f-1d8f-41c3-bb04-2080106d8a0c", "port_number": 0 }, { "adapter_number": 0, "label": { "rotation": 0, "style": "font-family: DejaVu Sans;font-size: 10.0;fill: #000000;fill-opacity: 1.0;", "text": "eth0", "x": 39, "y": -29 }, "node_id": "ee152e6f-99e0-487b-9c9d-068746658e83", "port_number": 0 } ], "project_id": "000e09bb-c8ef-4ed3-bde5-6546f5d88114", "suspend": false } ]
2) I select and remove both nodes:
3) Which results a warning: Error while updating link: Link ID 49b0cf48-7c99-435a-a785-86e411fcac07 doesn't exist
Error while updating link: Link ID 49b0cf48-7c99-435a-a785-86e411fcac07 doesn't exist
I get similar warnings with more than two nodes too.
Looks like it is similar to https://github.com/GNS3/gns3-gui/issues/2483
Oops, I missed that somehow. This one's a duplicate and can be closed.
No worries :)
Cosmetic issue: Seems like GNS3 tries to remove the link between two nodes multiple times when deleting both nodes at the same time.
1) Starting topology:
Link ID when accessing GNS3 API (http://{server-ip}/v2/projects/{project-id}/links); there's this single link only:
2) I select and remove both nodes:
3) Which results a warning:
Error while updating link: Link ID 49b0cf48-7c99-435a-a785-86e411fcac07 doesn't exist
I get similar warnings with more than two nodes too.