On Thu, 25 Apr 2002, Peter Wemm wrote:
> This is well known.  If we recieve an ARP frame before we sent one, then
> we print this.  eg: a broadcast ARP packet will trigger it.  dhclient
> etc use bpf etc so ARP isn't initialized at this point.

We could just put this block of code from arp_rtrequest() into arp_init().

        LIST_INIT(&llinfo_arp);
        timeout(arptimer, (caddr_t)0, hz);
        register_netisr(NETISR_ARP, arpintr);

I'm not sure why it should to be in arp_rtrequest() in the first place.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| [EMAIL PROTECTED] |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter |  For Great Justice!  | ISO8802.5 4ever |


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to