summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-06-17 00:15:05 -0500
committerChris Buechler <cmb@pfsense.org>2013-06-17 00:16:29 -0500
commita6c032978f213ce28eeda3b2b16e21e59e0c4b4a (patch)
treef6605c0cd946a25dd22467d9aeea7ec35acdbc46 /usr/local/www/wizards
parente8ddd3a89a4513ab135c88739bd86cbb9fcd92c2 (diff)
downloadpfsense-a6c032978f213ce28eeda3b2b16e21e59e0c4b4a.zip
pfsense-a6c032978f213ce28eeda3b2b16e21e59e0c4b4a.tar.gz
add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU description was wrong, and both need to be there.
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 1f09263..620b334 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -231,7 +231,14 @@
<name>MTU</name>
<type>input</type>
<bindstofield>interfaces->wan->mtu</bindstofield>
- <description> If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed.</description>
+ <description> Set the MTU of the WAN interface. If you leave this field blank, an MTU of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed.</description>
+ </field>
+ <field>
+ <donotdisable>true</donotdisable>
+ <name>MSS</name>
+ <type>input</type>
+ <bindstofield>interfaces->wan->mss</bindstofield>
+ <description> If you enter a value in this field, then MSS clamping for TCP connections to the value entered above minus 40 (TCP/IP header size) will be in effect. If you leave this field blank, an MSS of 1492 bytes for PPPoE and 1500 bytes for all other connection types will be assumed. This should match the above MTU value in most all cases.</description>
</field>
<field>
<name>Static IP Configuration</name>
OpenPOWER on IntegriCloud