grossmj
|
54661c50b2
|
Fix tests related to console type changes.
|
2018-03-23 21:29:39 +07:00 |
|
grossmj
|
b6275deeef
|
Fix tests.
|
2018-03-23 16:01:21 +07:00 |
|
grossmj
|
b8353bc0d5
|
Support for none console type (Qemu & Docker only)
|
2018-03-23 15:44:16 +07:00 |
|
grossmj
|
a40fdb3641
|
Fix bug and add optimizations when connecting and sending commands to QEMU monitor after starting a VM. Fixes #2336.
|
2018-03-23 00:07:32 +07:00 |
|
grossmj
|
135bbe8825
|
Check if HAXM support is installed on macOS. Ref #1242.
|
2018-03-22 22:37:09 +07:00 |
|
grossmj
|
9a9ac6d9f7
|
Fix some issues with hardware acceleration support for Qemu.
|
2018-03-22 15:45:41 +07:00 |
|
grossmj
|
17bfed52f2
|
Fix Qemu VM tests.
|
2018-03-22 14:05:31 +07:00 |
|
grossmj
|
44f2acffa5
|
Support Qemu with HAXM acceleration. Ref #1242.
|
2018-03-21 16:41:25 +07:00 |
|
grossmj
|
85dcb985eb
|
Fix packet filters for Dynamips.
|
2018-03-20 11:15:42 +07:00 |
|
grossmj
|
279b4d7b20
|
Fix link filters/suspend tests.
|
2018-03-19 18:25:56 +07:00 |
|
grossmj
|
8b91894fa4
|
Improve suspend a link for Qemu and VirtualBox VMs.
A suspended link will be unplugged allowing the VMs to be notified
of the change.
|
2018-03-19 16:26:12 +07:00 |
|
grossmj
|
cde30f8f53
|
Fix warning message.
|
2018-03-19 14:23:46 +07:00 |
|
grossmj
|
c7875f93a3
|
Qemu VM support to detect when a link is plugged/unplugged.
|
2018-03-19 14:22:10 +07:00 |
|
grossmj
|
b7e436efdf
|
Fix tests.
|
2018-03-15 20:47:42 +07:00 |
|
grossmj
|
aaf59e6050
|
Allow to configure the interface to be used by the NAT node. Fixes #1175.
|
2018-03-15 17:20:40 +07:00 |
|
grossmj
|
08493871a5
|
Restrict the list of available Ethernet/TAP adapters. Fixes #352.
|
2018-03-15 16:33:23 +07:00 |
|
grossmj
|
fb3bcf3b8f
|
Basic project stats.
|
2018-03-15 15:21:29 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
grossmj
|
88674455a3
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# tests/compute/docker/test_docker_vm.py
|
2018-03-14 18:40:37 +07:00 |
|
ziajka
|
148baaf465
|
Back to development on v2.1.5dev1
|
2018-03-12 11:27:02 +01:00 |
|
ziajka
|
aaac2a2d93
|
Fix issue with temporary travis deploy issues
|
2018-03-12 09:43:57 +01:00 |
|
ziajka
|
e54a94240d
|
Re-release v2.1.4
|
2018-03-12 09:40:42 +01:00 |
|
ziajka
|
4ca216b181
|
Development on v2.1.5dev1
|
2018-03-12 09:26:07 +01:00 |
|
ziajka
|
e417ee8fed
|
Release v2.1.4
|
2018-03-12 09:19:18 +01:00 |
|
grossmj
|
658aa4bae9
|
Merge 2.1 into 2.2 branch
|
2018-03-12 13:38:50 +07:00 |
|
grossmj
|
3201a996ed
|
Add Juniper JunOS space appliance.
|
2018-03-11 23:02:43 +07:00 |
|
grossmj
|
1df03d052f
|
Sync checkpoint gaia appliance template.
|
2018-03-09 15:41:17 +07:00 |
|
grossmj
|
da31358a65
|
Sync appliance templates.
|
2018-03-09 15:26:40 +07:00 |
|
grossmj
|
0bd7736460
|
Make sure we use an IPv4 address in the remote install script.
|
2018-03-08 21:09:00 +07:00 |
|
grossmj
|
38f458db7c
|
Delete old pcap file when starting a new packet capture.
|
2018-03-08 16:00:05 +07:00 |
|
grossmj
|
233e41d006
|
Fix export project test.
|
2018-03-08 00:39:08 +07:00 |
|
grossmj
|
22db13d2bf
|
Fix bug preventing to export portable projects with IOU images.
|
2018-03-08 00:13:35 +07:00 |
|
grossmj
|
0fde1cf54a
|
Ignore invalid BPF filters. Ref #1290.
|
2018-03-07 21:37:15 +07:00 |
|
grossmj
|
00e781826b
|
Different approach to handle no data returned by uBridge hypervisors. Fixes #1289.
|
2018-03-07 19:42:19 +07:00 |
|
grossmj
|
7c14e21f4a
|
Different approach to handle no data returned by Dynamips or uBridge hypervisors. Fixes #1289.
|
2018-03-07 19:33:19 +07:00 |
|
grossmj
|
a3a0657502
|
Do not raise exception if Dynamips or uBridge hypervisor don't return data and are still running. Fixes #1289
|
2018-03-07 19:11:34 +07:00 |
|
grossmj
|
3ca4f72b99
|
Fix Dynamips private config not loaded into nvram when starting a router. Fixes #1313.
|
2018-03-07 18:18:51 +07:00 |
|
grossmj
|
d911e82dc4
|
Merge remote-tracking branch 'origin/2.1' into 2.1
|
2018-03-07 16:42:12 +07:00 |
|
grossmj
|
c93d0d8d12
|
Make sure we don't try to read when opening a file in binary more. Fixes #1301.
|
2018-03-07 16:39:04 +07:00 |
|
ziajka
|
2a5f3221b9
|
Merge pull request #1314 from GNS3/pyup-update-pytest-3.4.1-to-3.4.2
Update pytest to 3.4.2
|
2018-03-06 09:24:58 +01:00 |
|
pyup-bot
|
78ea230673
|
Update pytest from 3.4.1 to 3.4.2
|
2018-03-06 04:57:22 +01:00 |
|
ziajka
|
53a229f8e9
|
Fix never reached condition
|
2018-03-05 11:16:03 +01:00 |
|
ziajka
|
419797dd92
|
Merge pull request #1312 from GNS3/controller-compat
Compatybility with controller, default_symbol and hover_symbol, Fixes…
|
2018-03-02 13:49:32 +01:00 |
|
ziajka
|
05b6be2e42
|
Compatybility with controller, default_symbol and hover_symbol, Fixes: #2444
|
2018-03-02 13:48:27 +01:00 |
|
ziajka
|
c714c9c8de
|
Merge pull request #1310 from GNS3/fix-1297
Filter snapshots directory during the snapshot, Fixes: #1297
|
2018-02-28 16:40:18 +01:00 |
|
ziajka
|
9be76d98a2
|
Filter snapshots directory during the snapshot, Fixes: #1297
|
2018-02-28 16:38:32 +01:00 |
|
ziajka
|
09c7d73ee9
|
Filter snapshots directory during the snapshot, Fixes: #1297
|
2018-02-28 16:33:20 +01:00 |
|
ziajka
|
9e73ca6620
|
Merge pull request #1309 from GNS3/fix-2420
Handle docker env with last empty line, Fixes: #2420
|
2018-02-27 16:41:24 +01:00 |
|
ziajka
|
e79e27a73f
|
Handle docker env with last empty line, Fixes: #2420
|
2018-02-27 16:33:55 +01:00 |
|
ziajka
|
7beae4e451
|
Merge pull request #1308 from GNS3/pywin32-dep
Pywin32 instead of pypiwin32, Ref. #1276
|
2018-02-27 09:27:54 +01:00 |
|