Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2002 23:12:46 +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.20020811230737.02feb4c8@mail.Go2France.com>
In-Reply-To: <3D56CBF1.5080300@intersonic.se>
References:  <5.1.0.14.2.20020811222641.02ad6568@mail.Go2France.com>

next in thread | previous 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.20020811230737.02feb4c8>