summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-16 20:03:42 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-16 20:03:42 -0600
commitd7112e85d29615df3f281fed893cc00b68d3e24f (patch)
tree3bb34058f7b8467d6fc2a2c06fb8aaa632787246 /src/usr/local/www/interfaces_bridge_edit.php
parent9af087de91a2612e27023a4856a186215e350d9d (diff)
downloadpfsense-d7112e85d29615df3f281fed893cc00b68d3e24f.zip
pfsense-d7112e85d29615df3f281fed893cc00b68d3e24f.tar.gz
Correct default if_bridge settings.
Diffstat (limited to 'src/usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index 2fa5573..396d710 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -438,14 +438,14 @@ $section->addInput(new Form_Input(
'Cache Size',
'text',
$pconfig['maxaddr']
-))->setHelp('Set the size of the bridge address cache. The default is 100 entries');
+))->setHelp('Set the size of the bridge address cache. The default is 2000 entries');
$section->addInput(new Form_Input(
'timeout',
'Cache expire time',
'text',
$pconfig['timeout']
-))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 240 seconds');
+))->setHelp('Set the timeout of address cache entries to this number of seconds. If seconds is zero, then address cache entries will not be expired. The default is 1200 seconds');
$spanlist = build_port_list($pconfig['span']);
OpenPOWER on IntegriCloud