mpls: number of mpls tunnel paths returns zero
[vpp.git] / src / vnet / mpls / mpls_api.c
index 530ceec..56911c8 100644 (file)
@@ -360,7 +360,7 @@ send_mpls_tunnel_entry (u32 mti, void *arg)
   mp->_vl_msg_id = ntohs (VL_API_MPLS_TUNNEL_DETAILS);
   mp->context = ctx->context;
 
-  mp->mt_tunnel.mt_n_paths = ntohl (n);
+  mp->mt_tunnel.mt_n_paths = n;
   mp->mt_tunnel.mt_sw_if_index = ntohl (mt->mt_sw_if_index);
   mp->mt_tunnel.mt_tunnel_index = ntohl (mti);
   mp->mt_tunnel.mt_l2_only = ! !(MPLS_TUNNEL_FLAG_L2 & mt->mt_flags);