mpls: support fragmentation of mpls output packet
[vpp.git] / src / vnet / mpls / error.def
index 34a4652..9941b18 100644 (file)
@@ -20,6 +20,7 @@ mpls_error (UNKNOWN_PROTOCOL, "unknown protocol")
 mpls_error (UNSUPPORTED_VERSION, "unsupported version")
 mpls_error (PKTS_DECAP, "MPLS input packets decapsulated")
 mpls_error (PKTS_ENCAP, "MPLS output packets encapsulated")
+mpls_error (PKTS_NEED_FRAG, "MPLS output packets needs fragmentation")
 mpls_error (NO_LABEL, "MPLS no label for fib/dst")
 mpls_error (TTL_EXPIRED, "MPLS ttl expired")
 mpls_error (S_NOT_SET, "MPLS s-bit not set")