]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
nic: support e1000e
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jul 2021 17:09:57 +0000 (19:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jul 2021 17:10:01 +0000 (19:10 +0200)
commite83dd50a361191b464eabdb3b2c14d33c76cfc09
tree7d93222281d9298fcc02f3a66682db12e9c57065
parentf7bc17ca6dfdc0cb953aa66466cd3384e7b2cac7
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>
PVE/QemuServer.pm