]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/Firewall.pm
security group API: protect against concurrent updates
[pve-firewall.git] / src / PVE / Firewall.pm
index aa3555a9786da965961064ee4103cd9f2d28a8cd..99afc57862d8a6239a963dbed831bba3f4dbcf7e 100644 (file)
@@ -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', {