Merge pull request #3162 from phil-davis/patch-1

This commit is contained in:
jim-p 2016-09-28 19:33:24 -04:00
commit 852647eeb4

View File

@ -385,7 +385,7 @@ events.push(function() {
print_info_box(gettext("Local IPv6 peers use ") . '<a href="diag_ndp.php">' . gettext("NDP") . '</a>' . gettext(" instead of ARP.") . '<br />' .
'<br />' . gettext("Permanent ARP entries are shown for local interfaces or static ARP entries.") .
'<br />' . gettext("Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.") .
'<br />' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP response."), 'info', false);
'<br />' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP request."), 'info', false);
?>
</div>