mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
'supress' -> 'suppress'
This commit is contained in:
parent
b23a2cb34b
commit
3d0d1aa84e
@ -298,7 +298,7 @@ include("head.inc");
|
||||
<td width="22%" valign="top" class="vncell"> </td>
|
||||
<td width="78%" class="vtable">
|
||||
<input name="sharednet" type="checkbox" id="sharednet" value="yes" <?php if (isset($pconfig['sharednet'])) echo "checked"; ?> onclick="enable_change(false)" />
|
||||
<strong>This will supress ARP messages when interfaces share the same physical network</strong>
|
||||
<strong>This will suppress ARP messages when interfaces share the same physical network</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user