diff options
-rw-r--r-- | test/vpp_papi_provider.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/vpp_papi_provider.py b/test/vpp_papi_provider.py index 98fbb2f9723..95c22dd2104 100644 --- a/test/vpp_papi_provider.py +++ b/test/vpp_papi_provider.py @@ -15,10 +15,7 @@ from vpp_papi import VPP, mac_pton from hook import Hook from vpp_l2 import L2_PORT_TYPE - -# from vnet/vnet/mpls/mpls_types.h -MPLS_IETF_MAX_LABEL = 0xfffff -MPLS_LABEL_INVALID = MPLS_IETF_MAX_LABEL + 1 +from vpp_ip_route import MPLS_IETF_MAX_LABEL, MPLS_LABEL_INVALID class L2_VTR_OP: |