On Mon, 12 Aug 2002, Len Conrad wrote: > 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?
[...] > # route delete "64\&0x7f000001" > route: bad address: 64\&0x7f000001 You mean the ones with bogus netmasks? Give the netmask in the 'route delete' arguments. route delete 64 netmask 0x7f000001 That might work :) -- Doug White | FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

