summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-08-04 23:53:59 -0400
committerChris Buechler <cmb@pfsense.org>2010-08-04 23:53:59 -0400
commitf7ec62f87372966c4954ce90dc58f3f8e4742b1b (patch)
tree0031a2a628f01831326db6362e86801e7baa6275 /etc
parent6681fdd3a36119232b3f860ab374b09981c20105 (diff)
downloadpfsense-f7ec62f87372966c4954ce90dc58f3f8e4742b1b.zip
pfsense-f7ec62f87372966c4954ce90dc58f3f8e4742b1b.tar.gz
Fix text, and default to 1400
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 9ba50be..063efd6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -393,7 +393,7 @@ function filter_generate_scrubing() {
$scrubrules = "";
if (isset($config['system']['maxmss_enable'])) {
- $maxmss = 1420;
+ $maxmss = 1400;
if (!empty($config['system']['maxmss']))
$maxmss = $config['system']['maxmss'];
OpenPOWER on IntegriCloud