FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_mpls_tunnel_add_del_t Struct Reference

MPLS tunnel Add / del route. More...

Data Fields

u32 client_index
 
u32 context
 
u32 mt_sw_if_index
 
u8 mt_is_add
 
u8 mt_l2_only
 
u8 mt_next_hop_proto_is_ip4
 
u8 mt_next_hop_weight
 
u8 mt_next_hop [16]
 
u8 mt_next_hop_n_out_labels
 
u32 mt_next_hop_sw_if_index
 
u32 mt_next_hop_table_id
 
u32 mt_next_hop_out_label_stack [mt_next_hop_n_out_labels]
 

Detailed Description

MPLS tunnel Add / del route.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
mt_is_add- Is this a route add or delete
mt_sw_if_index- The SW interface index of the tunnel to delete
mt_next_hop_proto_is_ip4- The next-hop is IPV4
mt_next_hop_weight- The weight, for UCMP
mt_next_hop[16]- the nextop address
mt_next_hop_sw_if_index- the next-hop SW interface
mt_next_hop_table_id- the next-hop table-id (if appropriate)
mt_next_hop_n_out_labels- the number of next-hop output labels
mt_next_hop_out_label_stack- the next-hop output label stack, outer most first

Definition at line 240 of file vpe.api.

Field Documentation

u32 vl_api_mpls_tunnel_add_del_t::client_index

Definition at line 242 of file vpe.api.

u32 vl_api_mpls_tunnel_add_del_t::context

Definition at line 243 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_is_add

Definition at line 245 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_l2_only

Definition at line 246 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_next_hop[16]

Definition at line 249 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_next_hop_n_out_labels

Definition at line 250 of file vpe.api.

u32 vl_api_mpls_tunnel_add_del_t::mt_next_hop_out_label_stack[mt_next_hop_n_out_labels]

Definition at line 253 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_next_hop_proto_is_ip4

Definition at line 247 of file vpe.api.

u32 vl_api_mpls_tunnel_add_del_t::mt_next_hop_sw_if_index

Definition at line 251 of file vpe.api.

u32 vl_api_mpls_tunnel_add_del_t::mt_next_hop_table_id

Definition at line 252 of file vpe.api.

u8 vl_api_mpls_tunnel_add_del_t::mt_next_hop_weight

Definition at line 248 of file vpe.api.

u32 vl_api_mpls_tunnel_add_del_t::mt_sw_if_index

Definition at line 244 of file vpe.api.


The documentation for this struct was generated from the following file: