From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 22:13:24 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 DB0C516A41A for ; Tue, 7 Aug 2007 22:13:24 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 79C3413C480 for ; Tue, 7 Aug 2007 22:13:24 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so150174uge for ; Tue, 07 Aug 2007 15:13:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=X3kvl9OINnnOKWplxucWgGzM7aKKMAkkhBYFIZ6Zw5Ta9iRFwN3O2dh7pV7CLDvlzqXeLOcbHkhHtzvT2Ua7z39m/bZx06qhDXJ+xS11lyXekhrUYYb5R4ARL2kQ5YaaGAkQzttn9ViQLvmzovXSGMPAKfycTmarUgPxJ+c1x7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=JOXX4hmQE9nNTWY13aaRh/sxHKA1rvw19YdcR+Nr9NrxGhAwjU4jn9V8N5Iic9s5WAWAKw1pB/0WtNT0FM95mlCa66vTSgxYx0oS69l1L6mPZn+fL2LsbALP2DW5ZuU4dsTkrnsD4yyMHxAYZybrnNKzVvg002JgSKX9E3/AuJI= Received: by 10.67.106.3 with SMTP id i3mr813029ugm.1186524802927; Tue, 07 Aug 2007 15:13:22 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id b30sm15417048ika.2007.08.07.15.13.20 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Aug 2007 15:13:22 -0700 (PDT) Message-ID: <46B8EE80.7000905@crackmonkey.us> Date: Tue, 07 Aug 2007 23:13:20 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Modulok References: <64c038660708071210w1950ccccwda1bb8464587d1de@mail.gmail.com> In-Reply-To: <64c038660708071210w1950ccccwda1bb8464587d1de@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: 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 22:13:24 -0000 Modulok wrote: > 0&0xc0a80132 link#1 UCS 0 0 bge0 > 1. The first entry, it's not IPv4, IPv6 or a MAC address that I've > ever seen, what format is it? Hi Modulok, It's possible to represent IPv4 addresses as a single number. I don't recall the algorithm for converting that four byte dot-delimited group into an integer, though, so I can't tell you what number it is. Perhaps you can Google the algorithm and do the math to figure out what it is. HtH, Adam J Richardson