From owner-freebsd-questions Mon Aug 12 9:52:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A8937B400 for ; Mon, 12 Aug 2002 09:52:14 -0700 (PDT) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A44E43E3B for ; Mon, 12 Aug 2002 09:52:13 -0700 (PDT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 1705FEF6A4 for ; Mon, 12 Aug 2002 18:44:09 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 296DB5D00B for ; Mon, 12 Aug 2002 18:55:41 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id CE1395D008 for ; Mon, 12 Aug 2002 18:55:40 +0200 (CEST) Received: from LenConrad.Go2France.com [193.252.44.38] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A8EA1BA60164; Mon, 12 Aug 2002 18:57:14 +0200 Message-Id: <5.1.0.14.2.20020812185208.029a6b90@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 12 Aug 2002 18:52:09 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: Routing table: removing an invalid entry Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >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