diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 1999-05-16 01:47:27 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 1999-05-16 01:47:27 +0000 |
commit | 2dc3a4f46274a98558e8ef6200a6a96a86d6584a (patch) | |
tree | e9b9becf9153a36114885c1ec57f5a8f54f699b8 /usr.sbin/arp/arp.4 | |
parent | 187612a56217283eff8397dc820db02aae27aee5 (diff) |
Mention new option. More diagnostics.
Diffstat (limited to 'usr.sbin/arp/arp.4')
-rw-r--r-- | usr.sbin/arp/arp.4 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 4660d8b71e8..72d820a147a 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -87,11 +87,13 @@ flag set). ARP entries may be added, deleted or changed with the .Xr arp 8 utility. -Manually added entries may be temporary or permanent, +Manually added entries may be temporary, static or permanent, and may be .Dq published , in which case the system will respond to ARP requests for that host -as if it were the target of the request. +as if it were the target of the request. A static entry will not +time out, but may be overwritten by network traffic, while a permanent +entry will not time out and can not be overwritten. .Pp In the past, ARP was used to negotiate the use of a trailer encapsulation. @@ -105,6 +107,15 @@ ARP has discovered another host on the local network which responds to mapping requests for its own Internet address with a different Ethernet address, generally indicating that two hosts are attempting to use the same Internet address. +.Pp +.Em "arp info overwritten for %x!! by %x:%x:%x:%x:%x:%x." +An existing route has been overwritten with a new Ethernet address, for +example when the other host has changed Ethernet cards. If the route +previously was static/non-expiring, the new route will expire normally. +.Pp +.Em "arp: attempt to overwrite permanent entry for %x!! by %x:%x:%x:%x:%x:%x." +As above, but the existing route had been manually setup as permanent. +The routing information is not modified. .Sh SEE ALSO .Xr inet 4 , .Xr route 4 , |