Sorry, I can't find anything in the archives, and two submissions to -questions got nothing.
how to remove a route when the destination is totally fubar? today's syslog has 500 megs of: Aug 12 12:35:27 mx3 arplookup 255.255.255.0 failed: host is not on local network Aug 12 12:35:27 mx3 arpresolve: can't allocate llinfo for 255.255.255.0rt thanks Len ================ >man route? of course, I have been there, I have been to the handbook, I've been to google/bsd, and my own -question -net -isp archives, and can't find the answer. What does you "man route" say about trashing trashy entries? # route delete "64\&0x7f000001" route: bad address: 64\&0x7f000001 # route delete '64\&0x7f000001' route: bad address: 64\&0x7f000001 # route delete `64\&0x7f000001` 64&0x7f000001: Command not found. route: writing to routing socket: Invalid argument delete net : Invalid argument Len To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

