nic: support e1000e

That bit of code seems to be enough here, tested with

qm set VMID --net1 e1000e=EA:93:42:22:10:D8,bridge=vmbr0

on a Alpine Linux and a Windows Server 2016 VM.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-16 19:09:57 +02:00
parent f7bc17ca6d
commit e83dd50a36

View File

@ -837,6 +837,7 @@ my $nic_model_list = [
'e1000-82540em',
'e1000-82544gc',
'e1000-82545em',
'e1000e',
'i82551',
'i82557b',
'i82559er',
@ -1719,6 +1720,8 @@ sub print_netdevice_full {
$romfile = 'pxe-virtio.rom';
} elsif ($device eq 'e1000') {
$romfile = 'pxe-e1000.rom';
} elsif ($device eq 'e1000e') {
$romfile = 'pxe-e1000e.rom';
} elsif ($device eq 'ne2k') {
$romfile = 'pxe-ne2k_pci.rom';
} elsif ($device eq 'pcnet') {