arp.4 (2dab76f7d1ef200d033f1c47f27903962311b4c8) arp.4 (4cd8d8d59c98a2afa83d0deaeb382a9fef09f795)
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.

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

119node arrives or leaves the local subnet. It can also indicate a problem
120with proxy ARP.
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.
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.

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

119node arrives or leaves the local subnet. It can also indicate a problem
120with proxy ARP.
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" :
129Physical connections exist to the same logical IP network on both if0 and if1.
130It can also occur if an entry already exists in the ARP cache for the IP
131address above, and the cable has been disconnected from if0, then reconnected
132to if1.
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.
127.Sh SEE ALSO
128.Xr inet 4 ,
129.Xr route 4 ,
130.Xr arp 8 ,
131.Xr ifconfig 8 ,
132.Xr route 8
133.Rs
134.%A Plummer, D.
135.%B "An Ethernet Address Resolution Protocol"
136.%T RFC826
137.Re
138.Rs
139.%A Leffler, S.J.
140.%A Karels, M.J.
141.%B "Trailer Encapsulations
142.%T RFC893
143.Re
136.Sh SEE ALSO
137.Xr inet 4 ,
138.Xr route 4 ,
139.Xr arp 8 ,
140.Xr ifconfig 8 ,
141.Xr route 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