1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00
gns3-server/gns3server/compute/iou
Julien Duponchelle 67c04a7855
Watch for dynamips rom & nvram change
This monitor for change the file from dynamips by computing a
hash of the watched file.

The way dynamips work prevent the update of the modification time.

We can improve that by using native system for watching file but:
* it's require dependencies specific for each OS
* dependencies use C extensions
* this is only a backup if your router is cleanly shutdown we export
stuff
2016-06-13 15:57:36 +02:00
..
utils Rename hypervisor to compute 2016-04-15 17:59:59 +02:00
__init__.py Monitor IOU nvram for change 2016-06-10 18:26:01 +02:00
iou_error.py Raise an error if image is missing on compute 2016-06-07 15:34:04 +02:00
iou_vm.py Watch for dynamips rom & nvram change 2016-06-13 15:57:36 +02:00
ioucon.py Rename hypervisor to compute 2016-04-15 17:59:59 +02:00