Implement an api call for computing the IDLE PC

Fix https://github.com/GNS3/gns3-gui/pull/2153
This commit is contained in:
Julien Duponchelle
2017-07-07 17:50:40 +02:00
parent dc7a9ffc51
commit 3eadbb9adb
5 changed files with 72 additions and 0 deletions

View File

@ -665,3 +665,4 @@ class Compute:
return (this_interface["ip_address"], other_interface["ip_address"])
raise ValueError("No common subnet for compute {} and {}".format(self.name, other_compute.name))