summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-03-06 12:40:01 -0500
committerjim-p <jimp@pfsense.org>2017-03-06 12:40:42 -0500
commita1518c967b6080382e42195ab99279f5086f07b0 (patch)
tree0277eab5b411edf08880b9678383404335389ad8
parent33b1fa56abbc9d2838a54c52208e4b6255d398ed (diff)
downloadpfsense-a1518c967b6080382e42195ab99279f5086f07b0.zip
pfsense-a1518c967b6080382e42195ab99279f5086f07b0.tar.gz
Do not enforce a max limit on state timeout when editing a firewall rule. Fixes #7356
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 90681d0..b600710 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1601,7 +1601,7 @@ $section->addInput(new Form_Input(
'State timeout',
'number',
$pconfig['statetimeout'],
- ['min' => 1, 'max' => 3600]
+ ['min' => 1]
))->setHelp('State Timeout in seconds (TCP only)');
$section->addInput(new Form_StaticText(
OpenPOWER on IntegriCloud