From: Dietmar Maurer Date: Mon, 19 May 2014 09:33:11 +0000 (+0200) Subject: remove unused options X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=f9cd0ab6b9ff219c86f96926e58fa61051456c54 remove unused options --- diff --git a/src/PVE/API2/Firewall/Host.pm b/src/PVE/API2/Firewall/Host.pm index d696455..fa5a176 100644 --- a/src/PVE/API2/Firewall/Host.pm +++ b/src/PVE/API2/Firewall/Host.pm @@ -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',