X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmpls%2Fmpls_tunnel.h;h=11a461b7b573d88ed85cb0621bc13dace7066765;hb=39ae0a07ac17640a7f8ba136eaaf334bfd504030;hp=5685a0d8d6c5c8b7c71aa6b61a7b989552e6f160;hpb=287d5e109a93f14490f38bdbe34b6741af436984;p=vpp.git diff --git a/src/vnet/mpls/mpls_tunnel.h b/src/vnet/mpls/mpls_tunnel.h index 5685a0d8d6c..11a461b7b57 100644 --- a/src/vnet/mpls/mpls_tunnel.h +++ b/src/vnet/mpls/mpls_tunnel.h @@ -64,6 +64,11 @@ typedef struct mpls_tunnel_t_ */ mpls_tunnel_flags_t mt_flags; + /** + * @brief User defined name tag for this MPLS Tunnel. + */ + u8 mt_tag[64]; + /** * @brief If the tunnel is an L2 tunnel, this is the link type ETHERNET * load-balance @@ -101,7 +106,8 @@ typedef struct mpls_tunnel_t_ * @return the SW Interface index of the newly created tuneel */ extern u32 vnet_mpls_tunnel_create (u8 l2_only, - u8 is_multicast); + u8 is_multicast, + u8 *description); /** * @brief Add a path to an MPLS tunnel