]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/Host.pm
remove unused options
[pve-firewall.git] / src / PVE / API2 / Firewall / Host.pm
index d696455f58228d2f4883949f054ad0d0d024f68b..fa5a176d58991d13b1a963065d86196b87e94454 100644 (file)
@@ -73,16 +73,6 @@ my $option_properties = {
        type => 'boolean',
        optional => 1,
     },
-    allow_bridge_route => {
-       description => "Enable firewall when bridges contains IP address. The firewall is not fully functional in that case, so you need to enable that explicitly",
-       type => 'boolean',
-       optional => 1,
-    },
-    optimize => {
-       description => "Allow rules processing speed optimizations.",
-       type => 'boolean',
-       optional => 1,
-    },
     nf_conntrack_max => {
        description => "Maximum number of tracked connections.",
        type => 'integer',