5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00
Go to file
Dominik Csapak 0fdbc2845a ovf: implement parsing nics
by iterating over the relevant parts and trying to parse out the
'ResourceSubType'. The content of that is not standardized, but I only
ever found examples that are compatible with vmware, meaning it's
either 'e1000', 'e1000e' or 'vmxnet3' (in various capitalizations; thus
the `lc()`)

As a fallback i used e1000, since that is our default too, and should
work for most guest operating systems.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
2024-11-18 18:35:54 +01:00
debian d/control: bump versioned dependency for libpve-common-perl 2024-11-18 16:01:37 +01:00
src ovf: implement parsing nics 2024-11-18 18:35:54 +01:00
.gitignore generate correct manual page and .pod 2011-10-20 08:21:56 +02:00
ApiChangeLog add disk rename feature 2021-11-09 17:02:29 +01:00
Makefile buildsys: derive upload dist automatically 2023-05-24 17:21:02 +02:00