From 99f6d01b24d037f4d69ad098f085d98e3d1b73b4 Mon Sep 17 00:00:00 2001 From: "Steven H. Wang" Date: Mon, 20 Mar 2017 13:07:02 -0700 Subject: add NSH ethertype https://tools.ietf.org/html/draft-ietf-sfc-nsh-12#section-12.1 --- ethertype.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ethertype.h') diff --git a/ethertype.h b/ethertype.h index 2aa53a08..f38ec8e4 100644 --- a/ethertype.h +++ b/ethertype.h @@ -145,6 +145,9 @@ #ifndef ETHERTYPE_PPPOES #define ETHERTYPE_PPPOES 0x8864 #endif +#ifndef ETHERTYPE_NSH +#define ETHERTYPE_NSH 0x894F +#endif #ifndef ETHERTYPE_PPPOED2 #define ETHERTYPE_PPPOED2 0x3c12 #endif -- cgit v1.2.1