X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FJSONSchema.pm;fp=src%2FPVE%2FJSONSchema.pm;h=3febc1c3436fbe21295c86a969ba27c3cc3b3171;hp=f2ddb50c060805afd6c79ad208005dfd8f7c0fd6;hb=91fe74a0369735cbe53441b9d65fb305b2c243ee;hpb=920750982b5792c184d11b9deb6ec9dd816a39d3 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 {