From d7112e85d29615df3f281fed893cc00b68d3e24f Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 16 Feb 2016 20:03:42 -0600 Subject: Correct default if_bridge settings. --- src/usr/local/www/interfaces_bridge_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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']); -- cgit v1.1