GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
811 stars 263 forks source link

Relative path for IOS and IOU images on remote servers #79

Closed grossmj closed 9 years ago

grossmj commented 9 years ago

Currently we save a relative path to images only for local servers:

https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/dynamips/nodes/router.py#L689 https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/iou/iou_device.py#L414

We should have the same for remote servers and I think this should be done on the server directly.

grossmj commented 9 years ago

We can also have it for the Qemu disks, including kernel and initrd files.

grossmj commented 9 years ago

Implemented and done on the server.