From 768462da11edab1a339cd54fc828db9ed91829a7 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sat, 9 Nov 2019 17:07:04 +0100 Subject: [PATCH] Changed NIC type to virtio --- appliances/juniper-vqfx-re.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/juniper-vqfx-re.gns3a b/appliances/juniper-vqfx-re.gns3a index 1fe5f56..35f6fc5 100644 --- a/appliances/juniper-vqfx-re.gns3a +++ b/appliances/juniper-vqfx-re.gns3a @@ -15,7 +15,7 @@ "usage": "Initial username is root, password is Juniper (capitol J).\n\nUSAGE INSTRUCTIONS\n\nConnect the first interface (em0) to your admin VLAN. Connect the second interface (em1) directly to the second interface (em1) of the PFE. The switch ports connect here on the RE", "port_name_format": "em{0}", "qemu": { - "adapter_type": "e1000", + "adapter_type": "virtio-net-pci", "adapters": 12, "ram": 1024, "arch": "x86_64",