Skip to content

Release 1.4.0

Latest
Compare
Choose a tag to compare
@davidban77 davidban77 released this 23 Sep 15:50
· 3 commits to master since this release
30e44cc

Enhacements:

  • Added gns3_node to interact with the node inside a project. Provides the following:
    • start/stop/suspend/reload: Actions to be applied on the node. These are idempotent with the exception of reload.
    • Special flags like retry for an action to be applied a second time just in case... And a force_project_open to interact with a device if the project is closed
  • Refactored gns3_project to be more pythonic