Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 18:52:09 +0200
From:      Len Conrad <LConrad@Go2France.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Routing table: removing an invalid entry
Message-ID:  <5.1.0.14.2.20020812185208.029a6b90@mail.Go2France.com>

next in thread | raw e-mail | index | archive | help

>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?

mx3# route delete "64\&0x7f000001"
route: bad address: 64\&0x7f000001

mx3# route delete '64\&0x7f000001'
route: bad address: 64\&0x7f000001

mx3# 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20020812185208.029a6b90>