aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls/mpls_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/mpls/mpls_types.h')
-rw-r--r--src/vnet/mpls/mpls_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/mpls/mpls_types.h b/src/vnet/mpls/mpls_types.h
index c21bdf1eace..260cd8bfe09 100644
--- a/src/vnet/mpls/mpls_types.h
+++ b/src/vnet/mpls/mpls_types.h
@@ -56,7 +56,7 @@
#define MPLS_LABEL_POP (MPLS_IETF_MAX_LABEL+2)
#define MPLS_LABEL_IS_REAL(_lbl) \
- (((_lbl) > MPLS_IETF_MIN_UNRES_LABEL) && \
+ (((_lbl) >= MPLS_IETF_MIN_UNRES_LABEL) && \
((_lbl) <= MPLS_IETF_MAX_UNRES_LABEL))
/**