From 71275e3d1ed4b7a536b7ec8d13995743beccde6b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 25 May 2017 12:38:58 -0700 Subject: MPLS hash function improvements Change-Id: I28e98f445c01493562b6196a4f5b532a51f178af Signed-off-by: Neale Ranns --- src/vnet/mpls/mpls_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/mpls/mpls_types.h') diff --git a/src/vnet/mpls/mpls_types.h b/src/vnet/mpls/mpls_types.h index b1075cdda57..f1c3191e00c 100644 --- a/src/vnet/mpls/mpls_types.h +++ b/src/vnet/mpls/mpls_types.h @@ -30,6 +30,7 @@ #define MPLS_IETF_IMPLICIT_NULL_LABEL 0x00003 #define MPLS_IETF_ELI_LABEL 0x00007 #define MPLS_IETF_GAL_LABEL 0x0000D +#define MPLS_IETF_ENTROPY_LABEL 0x0000E #define MPLS_IETF_IPV4_EXPLICIT_NULL_STRING "ip4-explicit-null" #define MPLS_IETF_IPV4_EXPLICIT_NULL_BRIEF_STRING "e-nul" -- cgit 1.2.3-korg