From owner-svn-src-all@freebsd.org Mon Mar 28 23:05:17 2016 Return-Path: Delivered-To: svn-src-all@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 AC729ADF677; Mon, 28 Mar 2016 23:05:17 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.51.7]) (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 89D811665; Mon, 28 Mar 2016 23:05:17 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from pool-108-46-36-107.nycmny.fios.verizon.net ([108.46.36.107]:50255 helo=[192.168.1.11]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.86_1) (envelope-from ) id 1akgDk-0007eK-2F; Mon, 28 Mar 2016 19:05:16 -0400 From: "George Neville-Neil" To: "Jonathan T. Looney" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r297358 - head/sys/net Date: Mon, 28 Mar 2016 19:05:14 -0400 Message-ID: <752095E3-DF2D-425E-BA80-B1CF60E638CF@freebsd.org> In-Reply-To: <351BC901-1C12-4A4C-9B69-46D14608B24D@juniper.net> References: <201603281825.u2SIPtSI069259@repo.freebsd.org> <351BC901-1C12-4A4C-9B69-46D14608B24D@juniper.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate (1.9.4r5234) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Authenticated-Sender: vps.hungerhost.com: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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, 28 Mar 2016 23:05:17 -0000 On 28 Mar 2016, at 14:36, Jonathan T. Looney wrote: > On 3/28/16, 2:25 PM, "owner-src-committers@freebsd.org on behalf of = > George V. Neville-Neil" gnn@FreeBSD.org> wrote: > >> Author: gnn >> Date: Mon Mar 28 18:25:54 2016 >> New Revision: 297358 >> URL: https://svnweb.freebsd.org/changeset/base/297358 >> >> Log: >> Add ethertype reserved for network testing >> >> MFC after: 2 weeks >> >> Modified: >> head/sys/net/ethernet.h >> >> Modified: head/sys/net/ethernet.h >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/sys/net/ethernet.h Mon Mar 28 17:42:14 2016 (r297357) >> +++ head/sys/net/ethernet.h Mon Mar 28 18:25:54 2016 (r297358) >> @@ -333,6 +333,7 @@ struct ether_vlan_header { >> #define ETHERTYPE_SLOW 0x8809 /* 802.3ad link aggregation (LACP) */ >> #define ETHERTYPE_PPP 0x880B /* PPP (obsolete by PPPoE) */ >> #define ETHERTYPE_HITACHI 0x8820 /* Hitachi Cable (Optoelectronic = >> Systems Laboratory) */ >> +#define ETHERTYPE_TEST 0x8822 /* Network Conformance Testing */ >> #define ETHERTYPE_MPLS 0x8847 /* MPLS Unicast */ >> #define ETHERTYPE_MPLS_MCAST 0x8848 /* MPLS Multicast */ >> #define ETHERTYPE_AXIS 0x8856 /* Axis Communications AB proprietary = >> bootstrap/config */ > > The IEEE registry shows this Ethertype as being allocated to Wind = > River Systems. Do we know that Wind River Systems has further = > allocated that to be used for network conformance testing? If not, I = > fear we could end up causing problems down the road. Guess who worked at Wind River and got that allocated :-) I am going to dig through my old mail archives from WR days and get the = IEEE to move it, since, clearly, not one kept the thing up after I left. = That address is over a decade out of date, and Wind River no longer = exists, as Intel bought them several years ago. Best, George