summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-12 08:56:49 -0400
committerjim-p <jimp@pfsense.org>2010-10-12 08:59:22 -0400
commitbd6f4dccdb9764011bd56eb231db99a272f190db (patch)
tree16b95df3ab9b310103a22ac8ee5dde990a3b1933 /usr
parentce94b839f5693d08fd4757838ecf58c3c5b6a670 (diff)
downloadpfsense-bd6f4dccdb9764011bd56eb231db99a272f190db.zip
pfsense-bd6f4dccdb9764011bd56eb231db99a272f190db.tar.gz
Correct this note, on at least one card (mxge) it defaults to an MTU of 9000, so we can't always say the default will be 1500.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 27b38e0..f08ca3c 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1099,8 +1099,8 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
<td class="vtable">
<input name="mtu" type="text" class="formfld unknown" id="mtu" size="8" value="<?=htmlspecialchars($pconfig['mtu']);?>">
<br>
- <?=gettext("If you leave this field blank, " .
- "an MTU of 1500 bytes will be assumed."); ?>
+ <?=gettext("If you leave this field blank, the adapter's default MTU will " .
+ "be used. This is typically 1500 bytes but can vary on some hardware."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud