From owner-freebsd-net@FreeBSD.ORG Fri Feb 29 19:22:07 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFC2D1065671 for ; Fri, 29 Feb 2008 19:22:07 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id C49F98FC24 for ; Fri, 29 Feb 2008 19:22:07 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 119F5A797C; Fri, 29 Feb 2008 14:22:07 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 29 Feb 2008 14:22:07 -0500 X-Sasl-enc: nRCdxyhmNWsX+MZSg/nI/j+vqOooG8ZEnyZ1lCbXd5oY 1204312925 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 4219123A69; Fri, 29 Feb 2008 14:22:05 -0500 (EST) Message-ID: <47C85B5B.4050007@FreeBSD.org> Date: Fri, 29 Feb 2008 19:22:03 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.9 (X11/20080207) MIME-Version: 1.0 To: Eric Anderson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Routing confusion X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 19:22:08 -0000 Eric Anderson wrote: > I guess my biggest question is, why do the IPs .128, .129, .130, .131 > appear in the routing tables where they're NOT defined? I don't get it? You are not seeing forwarding table entries. You are seeing ARP entries - the LLINFO flag is set (L). This is a legacy behaviour we haven't done away with just yet. BMS