mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3162 from phil-davis/patch-1
This commit is contained in:
commit
852647eeb4
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user