From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10609 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 3/7] add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 Date: Sun, 9 Oct 2016 19:00:39 +0200 Message-ID: <20161009170035.GE28065@port70.net> References: <20161009165739.GB28065@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1476032473 31419 195.159.176.226 (9 Oct 2016 17:01:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2016 17:01:13 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10622-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 09 19:01:09 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1btHT2-0005hQ-6f for gllmg-musl@m.gmane.org; Sun, 09 Oct 2016 19:00:52 +0200 Original-Received: (qmail 14053 invoked by uid 550); 9 Oct 2016 17:00:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14021 invoked from network); 9 Oct 2016 17:00:51 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20161009165739.GB28065@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:10609 Archived-At: see linux commit 6389eaa7fa9c3ee6c7d39f6087b86660d17236ac --- include/netinet/if_ether.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h index 4c2322b..05462c4 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -55,6 +55,7 @@ #define ETH_P_8021AH 0x88E7 #define ETH_P_MVRP 0x88F5 #define ETH_P_1588 0x88F7 +#define ETH_P_NCSI 0x88F8 #define ETH_P_PRP 0x88FB #define ETH_P_FCOE 0x8906 #define ETH_P_TDLS 0x890D -- 2.10.0