mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Check if the VirtualBox COM service is installed on Windows.
This commit is contained in:
@ -55,10 +55,6 @@ class C7200(Router):
|
||||
if npe != "npe-400":
|
||||
self.npe = npe
|
||||
|
||||
if parse_version(hypervisor.version) <= parse_version('0.2.13'):
|
||||
# work around a bug when rebooting a router with NPE-400 in Dynamips <= 0.2.13
|
||||
self.npe = "npe-200"
|
||||
|
||||
# 4 sensors with a default temperature of 22C:
|
||||
# sensor 1 = I/0 controller inlet
|
||||
# sensor 2 = I/0 controller outlet
|
||||
|
Reference in New Issue
Block a user