]> git.proxmox.com Git - qemu-server.git/commitdiff
remove unneeded keyAlias option
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 11 May 2016 11:04:59 +0000 (13:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 May 2016 11:04:59 +0000 (13:04 +0200)
PVE/QemuServer.pm

index b4a7e7756af9c54d638c034d430e06c7c77923f7..fc064c5ed06b9f555c6d55458d772d1d6c0cf580 100644 (file)
@@ -571,7 +571,6 @@ my $net_fmt = {
        pattern => qr/[0-9a-f]{2}(?::[0-9a-f]{2}){5}/i,
        description => "MAC address",
        format_description => "XX:XX:XX:XX:XX:XX",
-        keyAlias => 'model',
        optional => 1,
     },
     model => {