diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 1999-07-18 21:37:17 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 1999-07-18 21:37:17 +0000 |
commit | 913d5b2e73ca774ad72886de8ac0c5cbeade6982 (patch) | |
tree | 50c24180df65a682f3cf4e5903b5bf3caa5e6863 /usr.sbin | |
parent | 88d3bdfec7b2ba6cf6de0e1aae7b6a6a9ea771a3 (diff) |
Sync with current diagnostic messages.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/arp/arp.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 356744e2cca..7a44556e0a0 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -108,14 +108,19 @@ 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." +.Em "arp info overwritten for %x!! by %x:%x:%x:%x:%x:%x on %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." +.Em "arp: attempt to overwrite permanent entry for %x!! by %x:%x:%x:%x:%x:%x on %x." As above, but the existing route had been manually setup as permanent. The routing information is not modified. +.Pp +.Em "arp: attempt to overwrite entry for %x!! on %x by %x:%x:%x:%x:%x:%x on %x." +ARP has noticed an attempt to overwrite a host's routing entry on one +interface with a routing entry for a different interface. +The routing information is not modified. .Sh SEE ALSO .Xr inet 4 , .Xr route 4 , |