GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
796 stars 262 forks source link

Consider using uuid5() to generate compute UUIDs #1641

Closed grossmj closed 3 years ago

grossmj commented 5 years ago

See https://gns3.com/community/discussion/suggestion-to-change-compute-uui

grossmj commented 3 years ago

uuid5() is now used to allocate a compute_id when adding a new compute to the controller. The compute_id will always be the same and is based on the compute URL (protocol, host and port): "{protocol}://{host}:{port}"