Subject: Re: arplookup: unable to...
To: henry nelson <netb@irm.nara.kindai.ac.jp>
From: Giles Lean <giles@nemeton.com.au>
List: netbsd-users
Date: 08/12/2001 07:25:54
> > arplookup: unable to enter address for 20.255.254.11 (host is not on local network)
> 
> I, too, get millions of these.  Is there anyway to turn them off?

Edit sys/netinet/if_arp.c and build a new kernel is one way.

        if (create)
                log(LOG_DEBUG, "arplookup: unable to enter address"  
                    " for %s (%s)\n",
                    in_fmtaddr(*addr), why);


Regards,

Giles