Signed-off-by: Stefan Reiter <s.rei...@proxmox.com> --- either this or apply the second patch soon please ;) https://lists.proxmox.com/pipermail/pve-devel/2021-April/047594.html
src/PVE/JSONSchema.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index f2ddb50..3febc1c 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -293,7 +293,6 @@ sub verify_storagepair { my ($storagepair, $noerr) = @_; return $verify_idpair->($storagepair, $noerr, 'pve-storage-id'); } -} register_format('mac-addr', \&pve_verify_mac_addr); sub pve_verify_mac_addr { -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel