]> git.proxmox.com Git - pve-firewall.git/commitdiff
remove unused options
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 19 May 2014 09:33:11 +0000 (11:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 19 May 2014 09:33:11 +0000 (11:33 +0200)
src/PVE/API2/Firewall/Host.pm

index d696455f58228d2f4883949f054ad0d0d024f68b..fa5a176d58991d13b1a963065d86196b87e94454 100644 (file)
@@ -73,16 +73,6 @@ my $option_properties = {
        type => 'boolean',
        optional => 1,
     },
        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',
     nf_conntrack_max => {
        description => "Maximum number of tracked connections.",
        type => 'integer',