]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/IPSet.pm
code cleanup
[pve-firewall.git] / src / PVE / API2 / Firewall / IPSet.pm
index 70acab4bdfb56f94cf277f3533a4d324d68e7752..60f710596f488911d5b50205853eb6d76b2c336d 100644 (file)
@@ -12,7 +12,7 @@ use base qw(PVE::RESTHandler);
 my $api_properties = { 
     cidr => {
        description => "Network/IP specification in CIDR format.",
-       type => 'string', format => 'IPv4orCIDRorAlias',
+       type => 'string', format => 'IPorCIDRorAlias',
     },
     name => get_standard_option('ipset-name'),
     comment => {