From owner-svn-src-all@FreeBSD.ORG Mon Jun 2 08:19:45 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76B4444A; Mon, 2 Jun 2014 08:19:45 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ECCCB2797; Mon, 2 Jun 2014 08:19:44 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.8/8.14.8) with ESMTP id s528JfZ0012953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Jun 2014 12:19:41 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.8/8.14.8/Submit) id s528JfA8012952; Mon, 2 Jun 2014 12:19:41 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 2 Jun 2014 12:19:41 +0400 From: Gleb Smirnoff To: Alan Somers Subject: Re: svn commit: r266860 - in head: sys/net sys/netinet sys/netinet6 tests/sys/netinet Message-ID: <20140602081941.GO50679@FreeBSD.org> References: <201405292103.s4TL3ovP019075@svn.freebsd.org> <20140530081153.GY50679@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 02 Jun 2014 08:19:45 -0000 On Fri, May 30, 2014 at 08:55:33AM -0600, Alan Somers wrote: A> On Fri, May 30, 2014 at 2:11 AM, Gleb Smirnoff wrote: A> > On Thu, May 29, 2014 at 09:03:50PM +0000, Alan Somers wrote: A> > A> Author: asomers A> > A> Date: Thu May 29 21:03:49 2014 A> > A> New Revision: 266860 A> > A> URL: http://svnweb.freebsd.org/changeset/base/266860 A> > A> A> > A> Log: A> > A> Fix unintended KBI change from r264905. Add _fib versions of A> > A> ifa_ifwithnet() and ifa_ifwithdstaddr() The legacy functions will call the A> > A> _fib() versions with RT_ALL_FIBS, preserving legacy behavior. A> > A> > Is this intended for MFC? If not, then I'd say that API bloat hurts A> > more than KBI change in head/. A> A> Yes, it's intended for MFC. Is it possible to make API in head more strict and legacy free, then? -- Totus tuus, Glebius.