summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_arp.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php
index 796e8e4..c24ca62 100755
--- a/usr/local/www/diag_arp.php
+++ b/usr/local/www/diag_arp.php
@@ -338,6 +338,9 @@ $mac_man = load_mac_manufacturer_table();
</table>
</td>
</tr>
+ <tr>
+ <td><br/><?= gettext("NOTE: Local IPv6 peers use") ?> <a href="diag_ndp.php"><?= gettext("NDP") ?></a> <?= gettext("instead of ARP") ?>.</td>
+ </tr>
</table>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud