From owner-freebsd-questions Sun Aug 11 14:12:54 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 CF68B37B400 for ; Sun, 11 Aug 2002 14:12:51 -0700 (PDT) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EE943E75 for ; Sun, 11 Aug 2002 14:12:51 -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 F37B0EF6A4 for ; Sun, 11 Aug 2002 23:04:54 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 52BB35D009 for ; Sun, 11 Aug 2002 23:16:17 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id E35725D008 for ; Sun, 11 Aug 2002 23:16:16 +0200 (CEST) Received: from LenConrad.Go2France.com [193.252.44.38] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A48213A50276; Sun, 11 Aug 2002 23:17:54 +0200 Message-Id: <5.1.0.14.2.20020811230737.02feb4c8@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 11 Aug 2002 23:12:46 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: Routing table: removing an invalid entry In-Reply-To: <3D56CBF1.5080300@intersonic.se> References: <5.1.0.14.2.20020811222641.02ad6568@mail.Go2France.com> 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