arp.4 (4cd8d8d59c98a2afa83d0deaeb382a9fef09f795) arp.4 (1e709b6f234efeec3d3a85a89e51ef170c0f8bac)
1.\" Copyright (c) 1985, 1986, 1988, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 104 unchanged lines hidden (view full) ---

113This indicates a misconfigured or broken device.
114.Pp
115.Em "arp: %d.%d.%d.%d moved from %x:%x:%x:%x:%x:%x to %x:%x:%x:%x:%x:%x" :
116ARP had a cached value for the ethernet address of the referenced host,
117but received a reply indicating that the host is at a new address. This
118can happen normally when host hardware addresses change, or when a mobile
119node arrives or leaves the local subnet. It can also indicate a problem
120with proxy ARP.
1.\" Copyright (c) 1985, 1986, 1988, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 104 unchanged lines hidden (view full) ---

113This indicates a misconfigured or broken device.
114.Pp
115.Em "arp: %d.%d.%d.%d moved from %x:%x:%x:%x:%x:%x to %x:%x:%x:%x:%x:%x" :
116ARP had a cached value for the ethernet address of the referenced host,
117but received a reply indicating that the host is at a new address. This
118can happen normally when host hardware addresses change, or when a mobile
119node arrives or leaves the local subnet. It can also indicate a problem
120with proxy ARP.
121This message can only be issued if the sysctl
122.Dv net.link.ether.inet.log_arp_movements
123is set to 1, which is the system's default behaviour.
121.Pp
122.Em "arpresolve: can't allocate llinfo for %d.%d.%d.%d" :
123The route for the referenced host points to a device upon which ARP is
124required, but ARP was unable to allocate a routing table entry in which
125to store the host's MAC address. This usually points to a misconfigured
126routing table. It can also occur if the kernel cannot allocate memory.
127.Pp
128.Em "arp: %d.%d.%d.%d is on if0 but got reply from %x:%x:%x:%x:%x:%x on if1" :

--- 4 unchanged lines hidden (view full) ---

133This message can only be issued if the sysctl
134.Dv net.link.ether.inet.log_arp_wrong_iface
135is set to 1, which is the system's default behaviour.
136.Sh SEE ALSO
137.Xr inet 4 ,
138.Xr route 4 ,
139.Xr arp 8 ,
140.Xr ifconfig 8 ,
124.Pp
125.Em "arpresolve: can't allocate llinfo for %d.%d.%d.%d" :
126The route for the referenced host points to a device upon which ARP is
127required, but ARP was unable to allocate a routing table entry in which
128to store the host's MAC address. This usually points to a misconfigured
129routing table. It can also occur if the kernel cannot allocate memory.
130.Pp
131.Em "arp: %d.%d.%d.%d is on if0 but got reply from %x:%x:%x:%x:%x:%x on if1" :

--- 4 unchanged lines hidden (view full) ---

136This message can only be issued if the sysctl
137.Dv net.link.ether.inet.log_arp_wrong_iface
138is set to 1, which is the system's default behaviour.
139.Sh SEE ALSO
140.Xr inet 4 ,
141.Xr route 4 ,
142.Xr arp 8 ,
143.Xr ifconfig 8 ,
141.Xr route 8
144.Xr route 8 ,
145.Xr sysctl 8
142.Rs
143.%A Plummer, D.
144.%B "An Ethernet Address Resolution Protocol"
145.%T RFC826
146.Re
147.Rs
148.%A Leffler, S.J.
149.%A Karels, M.J.
150.%B "Trailer Encapsulations
151.%T RFC893
152.Re
146.Rs
147.%A Plummer, D.
148.%B "An Ethernet Address Resolution Protocol"
149.%T RFC826
150.Re
151.Rs
152.%A Leffler, S.J.
153.%A Karels, M.J.
154.%B "Trailer Encapsulations
155.%T RFC893
156.Re