Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 15:21:59 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Len Conrad <LConrad@Go2France.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Routing table: removing an invalid entry
Message-ID:  <20020813152116.J50258-100000@carver.gumbysoft.com>
In-Reply-To: <5.1.0.14.2.20020812213717.02e92928@mail.Go2France.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
dwhite@gumbysoft.com          |  www.FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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