From owner-svn-src-head@freebsd.org Mon Jun 6 12:03:13 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9383CB6D5C6; Mon, 6 Jun 2016 12:03:13 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AF341C53; Mon, 6 Jun 2016 12:03:13 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 6AC5B20FD1; Mon, 6 Jun 2016 08:03:06 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Mon, 06 Jun 2016 08:03:06 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=ClFGUREc9xHMSQb52FZSBcfN3GE=; b=LXdhQB QMFm5EQ6qKOvBORohIGGoYgpHsYhTMomY7SRiL/DZoXTiWWdKdieMv4AyWd7c80h vLnoOg3iTy3BNQb5aHE5G+8SDq7S0umqZCF4hgWCEXXkxHylvuGy7BhFcbAV5fVO gsuzPFYuM5SJ1ZaigIdI/uJQGU9L6yId4Xz5s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ClFGUREc9xHMSQb 52FZSBcfN3GE=; b=aTeXoXcuJBzZaA7fNmJv2p8S4L3i92ZL02d3tsgzpnEXENt rGmFUTI+DuyZqPd9WW2M5eaVCU4xMgKx9L960WIDdrnoEttnykF+iGi6ae2lEzqt gi7lNgLv2kaQlATB8wwnCpIY2s2lvfJU/U15eCF/OMhqTkch8rihhCQlcMPk= X-Sasl-enc: 0+tJvLrdYfeaeWq5DwkaS9dkzYv74Zb/URmuYcXgKu+m 1465214585 Received: from pion.local (unknown [5.148.105.34]) by mail.messagingengine.com (Postfix) with ESMTPA id 1B128CCD2E; Mon, 6 Jun 2016 08:03:05 -0400 (EDT) Subject: Re: svn commit: r301496 - in head: sbin/ifconfig share/man/man4 sys/net sys/sys To: Marcelo Araujo , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201606060951.u569pwOI063390@repo.freebsd.org> From: Bruce Simpson Message-ID: <57556678.1040307@fastmail.net> Date: Mon, 6 Jun 2016 13:03:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <201606060951.u569pwOI063390@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2016 12:03:13 -0000 It's good to see this patch being aired out and going into mainline finally. However, what about IP DS mapping and/or application layer mapping? We may not need full-on MPLS style classification, unless we plan to take that code later on. (I'm looking at you, NetBSD.)