diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-05-17 18:09:38 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-05-17 08:38:14 +0000 |
commit | 0218ff9f833033f21f8a58880de44db632d3a3bb (patch) | |
tree | d80a3d09d043093d1ddd48537ec8532250f79afb /src/vnet | |
parent | acd2a6a32cebab70a054e9335e446798538d0524 (diff) |
Add ethernet type to support NSH over ethernet
Change-Id: I876599d6183fab989949e8ccad5c0a3ef81991be
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/ethernet/types.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ethernet/types.def b/src/vnet/ethernet/types.def index 7dab8ee1c1a..c7a4722131b 100644 --- a/src/vnet/ethernet/types.def +++ b/src/vnet/ethernet/types.def @@ -102,7 +102,7 @@ ethernet_type (0x88B7, 802_OUI_EXTENDED) ethernet_type (0x88c7, 802_11I_PRE_AUTHENTICATION) ethernet_type (0x88cc, 802_1_LLDP) ethernet_type (0x88e7, DOT1AH) -ethernet_type (0x894f, VPATH_3) +ethernet_type (0x894f, NSH) ethernet_type (0x9000, LOOPBACK) ethernet_type (0x9021, RTNET_MAC) ethernet_type (0x9022, RTNET_CONFIG) |