From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 19:10:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ECC316A417 for ; Tue, 7 Aug 2007 19:10:57 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 1301D13C45D for ; Tue, 7 Aug 2007 19:10:57 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so1231604rvb for ; Tue, 07 Aug 2007 12:10:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CsffZh1jIIZCT193cTSWmHlROi4/XXR2vzEjPMWQ5EZ+Kn2A/Ln1uag1w9DJV8xNmlXwSIQO7EqZpKxoyHRShdBffmXm5KVc11/h0ng2nYY5w/fbi8OMbuoj52IJd8RZvM0szzJI3S/T5yfOpEjzCxgpM9XgJjd5TNe0+arMYpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZVe0xNJreyyaBXSKEQ7pLBWYXtKk8cT77sFFeYIsoc6sAs3vypLXlAtW0sjicO4tLW5KtEAyEL1CfzBGxSskkKQDIyporosVesZOr21vbGX/qjb5NOPydhe4oM0gqlAS8t12f3gXCtdAFSwWmn8TqSpZmyKz6QusubE61uHBPgA= Received: by 10.141.185.3 with SMTP id m3mr2661193rvp.1186513856716; Tue, 07 Aug 2007 12:10:56 -0700 (PDT) Received: by 10.140.170.12 with HTTP; Tue, 7 Aug 2007 12:10:56 -0700 (PDT) Message-ID: <64c038660708071210w1950ccccwda1bb8464587d1de@mail.gmail.com> Date: Tue, 7 Aug 2007 13:10:56 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Bizzare routing table entry. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2007 19:10:57 -0000 I have a bizarre entry in the routing table on one my machines. What is it, and how do I delete it? The output of "netstat -rnf inet" is shown below: Destination Gateway Flags Refs Use Netif Expire 0&0xc0a80132 link#1 UCS 0 0 bge0 127.0.0.1 127.0.0.1 UH 0 557 lo0 ... QUESTIONS 1. The first entry, it's not IPv4, IPv6 or a MAC address that I've ever seen, what format is it? 2. How do I delete it? According to route(8) it is not a "valid address" and when I attempt to delete it, route(8) gets very upset: root# route delete 0&0xc0a80132 [1] 37343 route: writing to routing socket: No such process delete net 0: not in table 0xc0a80132: Command not found. [1] + Exit 1 route delete 0 Thoughts? -Modulok-