summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_advanced_network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 0088caa..8919dce 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -219,11 +219,11 @@ function enable_change(enable_over) {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Arp Handling</td>
+ <td width="22%" valign="top" class="vncell">ARP Handling</td>
<td width="78%" class="vtable">
<input name="sharednet" type="checkbox" id="sharednet" value="yes" <?php if (isset($pconfig['sharednet'])) echo "checked"; ?> />
<strong>Suppress ARP messages</strong><br>
- This option will suppress ARP messages when interfaces share the same physical network</strong>
+ This option will suppress ARP log messages when multiple interfaces reside on the same broadcast domain</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud