X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2FPVE%2FFirewall.pm;h=99afc57862d8a6239a963dbed831bba3f4dbcf7e;hp=aa3555a9786da965961064ee4103cd9f2d28a8cd;hb=2ba5e893e34ce03c60d60950308edecdd034173d;hpb=c71e785ff490a98c24ce4c8ed8bbebe07e045e47 diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index aa3555a..99afc57 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -56,14 +56,6 @@ PVE::JSONSchema::register_standard_option('ipset-name', { maxLength => 20, }); -PVE::JSONSchema::register_standard_option('pve-config-digest', { - description => "This digest/signature can be used to prevent updates when the original configuration was changed by somebody else.", - type => 'string', - optional => 1, - maxLength => 27, - minLength => 27, -}); - my $security_group_pattern = '[A-Za-z][A-Za-z0-9\-\_]+'; PVE::JSONSchema::register_standard_option('pve-security-group-name', {