Changed NIC type to virtio

This commit is contained in:
adosztal 2019-11-09 17:07:04 +01:00
parent 38620206ff
commit 768462da11

View File

@ -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",