static -> defined manually generated -> by ESXi vpx -> generated by vCenter
Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- src/PVE/Storage/ESXiPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm index 77fb6c0..9c9f680 100644 --- a/src/PVE/Storage/ESXiPlugin.pm +++ b/src/PVE/Storage/ESXiPlugin.pm @@ -793,7 +793,7 @@ sub for_each_netdev { my $ty = $dev->{addressType}; my $mac = $dev->{address}; - if ($ty && fc($ty) eq fc('generated')) { + if ($ty && fc($ty) =~ /^(static|generated|vpx)$/) { $mac = $dev->{generatedAddress} // $mac; } -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel