Commit Graph

213 Commits (7c7f8fe3edec344f48ceb22544fe9c18c547bc26)

Author SHA1 Message Date
grossmj c7ea8517a1 Do not stop saving IOS router or IOU configs when there is an exception while a project is committed.
9 years ago
grossmj 042472f02c Check interface is up before connecting a NIO (Linux only). Fixes #277.
9 years ago
grossmj 81d417a2b3 Fixes too many arguments to socket.getaddrinfo()
9 years ago
grossmj 81e56e035b IPv6 support.
9 years ago
grossmj e63b9ff0e6 Option to drop nvram & disk files for IOS routers in order to save disk space.
9 years ago
Julien Duponchelle a1204dca0a Merge branch 'master' into unstable
9 years ago
Jeremy 9df290f192 Check if port or adapter is connected before starting/stopping a packet capture. Fixes #196.
9 years ago
Julien Duponchelle 9442042d7a Merge branch 'master' into unstable
9 years ago
grossmj 91c0f05a4e Fixes bug: couldn't set PCMCIA disk1 size for IOS routers.
9 years ago
Julien Duponchelle 743187bb2e Merge branch 'master' into unstable
10 years ago
Jeremy dd9f62158f Fixes bugs with IOS router configs. Fixes #354.
10 years ago
Jeremy 25a6616cd0 Some wording changes.
10 years ago
Jeremy Grossmann 61fb641215 Merge pull request #168 from GNS3/listen
10 years ago
Jeremy d21469a916 Return an error if an adapter slot doesn't exist on an IOS router.
10 years ago
grossmj fcff2d0813 NIO NAT support for QEMU VMs (user mode back-end is used).
10 years ago
Jeremy 71e2586e17 Refactors how startup-config and private-config are handled for IOS routers.
10 years ago
grossmj f6bc823b58 Fixes #171.
10 years ago
Julien Duponchelle e9ec5c8a37 A notification stream with process monitoring
10 years ago
grossmj 271cb527d4 Explicit utf-8 decoding.
10 years ago
grossmj 017997e0a3 Fixes c7200 NPE setting.
10 years ago
grossmj 683a512917 Fixes #150.
10 years ago
grossmj 80a0e0ebf7 Explicit utf-8 encoding where necessary to avoid Unicode errors on Windows (we require/set an utf-8 locale on other systems).
10 years ago
grossmj aab4a7243b Merge remote-tracking branch 'origin/master'
10 years ago
Julien Duponchelle aa2472fb30 Rewrote image search
10 years ago
grossmj 443842e9b8 Allocate random names for Dynamips NIOs.
10 years ago
grossmj 78bc6e29a8 Explicitly delete Dynamips NIOs and unmap VCs for ATM and Frame-Relay switches.
10 years ago
grossmj 7d7972afb3 Some spring cleaning.
10 years ago
Julien Duponchelle 1acc9398d5 Fix encoding error when saving dynamips configuration
10 years ago
Julien Duponchelle 990f243f15 Do not crash if dynamips config contain non ascii chars
10 years ago
Julien Duponchelle 90d55fcb8a Raise a DynamipsError if we can't access to VM status
10 years ago
grossmj ee8362d89a Fixes issue when asyncio read is cancelled and data is still sent by Dynamips hypervisor. Fixes #113.
10 years ago
grossmj 056ff14437 Fixes unicode decode error when saving IOS router configs. Fixes #115.
10 years ago
Julien Duponchelle 3c917c59fb Fix error when missing adapter
10 years ago
Julien Duponchelle 533ce78b90 Fix crash if we call stop on dynamips on non started process
10 years ago
grossmj 153914bf97 Make sure used ports in a project are cleaned up when closing it.
10 years ago
grossmj 2d6d153262 Save configs when project is committed.
10 years ago
grossmj 628dfef0d3 Initialize chassis when creating an IOS router. Fixes #107.
10 years ago
Jeremy 17d5b3a7bc Remove unnecessary locks.
10 years ago
Julien Duponchelle 01bcbe2fd9 Lock the dynamips reader an writer
10 years ago
Jeremy 8415117d2d Save IOS router configs when saving the project (done right this time).
10 years ago
Jeremy 163d1e375d Save IOS configs when a project is committed.
10 years ago
Jeremy 93a5f4be79 Temporarily deactivate IOS router saveconfigs.
10 years ago
Jeremy 46fe973a96 Save IOS router configs when the user saves a project.
10 years ago
grossmj 21587fda5a Removes confreg setting for IOS routers.
10 years ago
Jeremy aebcd9f08b Relative path support of IOU, IOS and Qemu images.
10 years ago
Jeremy 223f3ee705 Should fix ProcessLookupError exceptions.
10 years ago
grossmj 5910b4b0be Have the server look in the right place for relative image paths.
10 years ago
grossmj b1eccc0ace Properly restore configs for Dynamips routers.
10 years ago
grossmj 0d379f428e Makes absolute path checks work on Windows.
10 years ago
Jeremy 2bae814eb1 Remove redundant code for Dynamips hypervisor connections.
10 years ago