From owner-freebsd-net@FreeBSD.ORG Mon Sep 10 01:30:02 2007 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 B2E4916A417 for ; Mon, 10 Sep 2007 01:30:02 +0000 (UTC) (envelope-from nuno.antunes@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2C38A13C483 for ; Mon, 10 Sep 2007 01:30:01 +0000 (UTC) (envelope-from nuno.antunes@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so700549nfd for ; Sun, 09 Sep 2007 18:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=P99c++HHAoUlOTaaz9LHoDm4zzihtcYuq9Xi4WKrEhA=; b=qZ3RMNkTw9qH7l/11g+W8UblCcmw0uZ7xPQF28fIwM/j4g3jhhd1oYp62M7KG+W0o/5srC9zLI2sIWAPk6qHNnEUb3A3DhYN4q2YZbuFkfAuzXGs2tIf1+xNDNk4dcKttQZ+9w+dsG9Z70HJ5K8ZLj1NodYgc7LJkalaFNNpOdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cDbYCiOvNAdTA5I6bSOg8Zvc/nHpJ7GlJRQcanGhK8cbsNYzEO/6WTR5jk0m6A9Vi+pqMWvmc6G/t41VJ1nUiKeQChCXfaHaltIirm+ZhowhRVsWKXrSKVXXjKEShbLgZNsXcUBA9YgE9xAyHplc3ospFLFNghTgIa5FuJf2fUI= Received: by 10.86.60.7 with SMTP id i7mr3295007fga.1189386210314; Sun, 09 Sep 2007 18:03:30 -0700 (PDT) Received: by 10.86.3.15 with HTTP; Sun, 9 Sep 2007 18:03:25 -0700 (PDT) Message-ID: <262949390709091803s507265e6mf3929c4dd26ecc56@mail.gmail.com> Date: Mon, 10 Sep 2007 02:03:25 +0100 From: "Nuno Antunes" To: "Tom Judge" In-Reply-To: <20070907185757.GA25624@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E11515.8090007@tomjudge.com> <46E174DB.8070004@FreeBSD.org> <20070907185757.GA25624@kobe.laptop> Cc: Giorgos Keramidas , freebsd-net@freebsd.org, "Bruce M. Simpson" Subject: Re: Strange behaviour of route command 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: Mon, 10 Sep 2007 01:30:02 -0000 > > Tom Judge wrote: > >> Hi, > >> While making some changes to the routing table on one of our routers > >> today I noticed that "route add" was showing some strange > >> behaviour. When adding a route for 128/8 to the table rather than > >> adding 128.0.0.0/8 it would add 0.0.0.0/8, however adding 10/9 works > >> correctly. > >> > >> Is this a bug in route or the routing table? > > Hi, Can you take a look at this patch, please? http://leaf.dragonflybsd.org/mailarchive/submit/2007-09/msg00000.html Thanks, Nuno