mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-19 07:46:13 +00:00
Add Qemu IGB network device
This commit is contained in:
parent
535649f0a9
commit
7a229d8e3e
@ -30,6 +30,7 @@ export class QemuConfigurationService {
|
||||
{ value: 'i82559er', name: 'Intel i82559ER Ethernet' },
|
||||
{ value: 'i82562', name: 'Intel i82562 Ethernet' },
|
||||
{ value: 'i82801', name: 'Intel i82801 Ethernet' },
|
||||
{ value: 'igb', name: 'Intel 82576 Gigabit Ethernet' },
|
||||
{ value: 'ne2k_pci', name: 'NE2000 Ethernet' },
|
||||
{ value: 'pcnet', name: 'AMD PCNet Ethernet' },
|
||||
{ value: 'rocker', name: 'Rocker L2 switch device' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user