From owner-svn-src-all@FreeBSD.ORG Tue Apr 7 16:26:15 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5200106564A; Tue, 7 Apr 2009 16:26:15 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 707B58FC1B; Tue, 7 Apr 2009 16:26:15 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 864BB6D450; Tue, 7 Apr 2009 16:26:14 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 6032F844C2; Tue, 7 Apr 2009 18:26:14 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Robert Watson References: <200904061009.n36A9K6l063517@svn.freebsd.org> Date: Tue, 07 Apr 2009 18:26:14 +0200 In-Reply-To: (Robert Watson's message of "Mon, 6 Apr 2009 11:39:47 +0100 (BST)") Message-ID: <86prfoqvkp.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, Randall Stewart , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r190758 - head/sbin/route X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 16:26:16 -0000 Robert Watson writes: > Does this maintain compatibility for people who may still mysteriously > be specifying class-based IPs and netmasks in configuration files? If > not, this should not be MFC'd... Here's the really ugly part... % ping 10 PING 10 (0.0.0.10): 56 data bytes % ping 10.1 PING 10.1 (10.0.0.1): 56 data bytes % ping 10.1.1=20=20 PING 10.1.1 (10.1.0.1): 56 data bytes This makes no sense at all today, but we can't fix it, because it's the documented and standard-mandated behavior of inet_pton(3) and, if I'm not mistaken, getaddrinfo(3). DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no