summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
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 /usr/local/www/system_advanced_misc.php
parent6681fdd3a36119232b3f860ab374b09981c20105 (diff)
downloadpfsense-f7ec62f87372966c4954ce90dc58f3f8e4742b1b.zip
pfsense-f7ec62f87372966c4954ce90dc58f3f8e4742b1b.tar.gz
Fix text, and default to 1400
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 3019780..1bd5cbf 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -254,12 +254,12 @@ function maxmss_checked(obj) {
<td width="22%" valign="top" class="vncell"><?=gettext("Maximum MSS"); ?></td>
<td width="78%" class="vtable">
<input name="maxmss_enable" type="checkbox" id="maxmss_enable" value="yes" <?php if ($pconfig['maxmss_enable'] == true) echo "checked"; ?> onClick="maxmss_checked(this)" />
- <strong><?=gettext("Enable enforcing maximum mss on traffic through the IPSec VPN"); ?></strong>
+ <strong><?=gettext("Enable MSS clamping on VPN traffic"); ?></strong>
<br />
- <input name="maxmss" id="maxmss" value="<?php if ($pconfig['maxmss'] <> "") echo $pconfig['maxmss']; else "1420"; ?>" class="formfld unknown" <?php if ($pconfig['maxmss_enable'] == false) echo "disabled"; ?>>
+ <input name="maxmss" id="maxmss" value="<?php if ($pconfig['maxmss'] <> "") echo $pconfig['maxmss']; else "1400"; ?>" class="formfld unknown" <?php if ($pconfig['maxmss_enable'] == false) echo "disabled"; ?>>
<br />
- <?=gettext("Enforce the maximus segment size on TCP flows over IPSec. " .
- "This helps overcome problems with PMTUD on IPSec VPN links."); ?>
+ <?=gettext("Enable MSS clamping on TCP flows over VPN. " .
+ "This helps overcome problems with PMTUD on IPsec VPN links. If left blank, the default value is 1400 bytes. "); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud