1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00

Merge pull request #2296 from ventaquil/feature/add-qemu-igb-nic

Add Qemu IGB network device
This commit is contained in:
Jeremy Grossmann 2023-10-24 17:23:00 +10:00 committed by GitHub
commit 248737c34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ QEMU_TEMPLATE_PROPERTIES = {
"description": "QEMU adapter type", "description": "QEMU adapter type",
"type": "string", "type": "string",
"enum": ["e1000", "e1000-82544gc", "e1000-82545em", "e1000e", "i82550", "i82551", "i82557a", "i82557b", "i82557c", "i82558a", "enum": ["e1000", "e1000-82544gc", "e1000-82545em", "e1000e", "i82550", "i82551", "i82557a", "i82557b", "i82557c", "i82558a",
"i82558b", "i82559a", "i82559b", "i82559c", "i82559er", "i82562", "i82801", "ne2k_pci", "pcnet", "rocker", "rtl8139", "i82558b", "i82559a", "i82559b", "i82559c", "i82559er", "i82562", "i82801", "igb", "ne2k_pci", "pcnet", "rocker",
"virtio", "virtio-net-pci", "vmxnet3"], "rtl8139", "virtio", "virtio-net-pci", "vmxnet3"],
"default": "e1000" "default": "e1000"
}, },
"mac_address": { "mac_address": {