mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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.
This commit is contained in:
parent
ce94b839f5
commit
bd6f4dccdb
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user