FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
vl_api_mpls_route_add_del_t Struct Reference

MPLS Route Add / del route. More...

Data Fields

u32 client_index
 
u32 context
 
u32 mr_label
 
u8 mr_eos
 
u32 mr_table_id
 
u32 mr_classify_table_index
 
u8 mr_create_table_if_needed
 
u8 mr_is_add
 
u8 mr_is_classify
 
u8 mr_is_multicast
 
u8 mr_is_multipath
 
u8 mr_is_resolve_host
 
u8 mr_is_resolve_attached
 
u8 mr_is_interface_rx
 
u8 mr_is_rpf_id
 
u8 mr_next_hop_proto_is_ip4
 
u8 mr_next_hop_weight
 
u8 mr_next_hop [16]
 
u8 mr_next_hop_n_out_labels
 
u32 mr_next_hop_sw_if_index
 
u32 mr_next_hop_table_id
 
u32 mr_next_hop_via_label
 
u32 mr_next_hop_out_label_stack [mr_next_hop_n_out_labels]
 

Detailed Description

MPLS Route Add / del route.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
mr_label- The MPLS label value
mr_eos- The End of stack bit
mr_table_id- The MPLS table-id the route is added in
mr_classify_table_index- If this is a classify route, this is the classify table index
mr_create_table_if_needed- If the MPLS or IP tables do not exist, create them
mr_is_add- Is this a route add or delete
mr_is_classify- Is this route result a classify
mr_is_multicast- Is this a multicast route
mr_is_multipath- Is this route update a multipath - i.e. is this a path addition to an existing route
mr_is_resolve_host- Recurse resolution constraint via a host prefix
mr_is_resolve_attached- Recurse resolution constraint via attached prefix
mr_is_interface_rx- Interface Receive path
mr_is_interface_rx- RPF-ID Receive path. The next-hop interface is used as the RPF-ID
mr_next_hop_proto_is_ip4- The next-hop is IPV4
mr_next_hop_weight- The weight, for UCMP
mr_next_hop[16]- the nextop address
mr_next_hop_sw_if_index- the next-hop SW interface
mr_next_hop_table_id- the next-hop table-id (if appropriate)
mr_next_hop_n_out_labels- the number of labels in the label stack
mr_next_hop_out_label_stack- the next-hop output label stack, outer most first
next_hop_via_label- The next-hop is a resolved via a local label

Definition at line 165 of file mpls.api.

Field Documentation

u32 vl_api_mpls_route_add_del_t::client_index

Definition at line 167 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::context

Definition at line 168 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_classify_table_index

Definition at line 172 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_create_table_if_needed

Definition at line 173 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_eos

Definition at line 170 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_add

Definition at line 174 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_classify

Definition at line 175 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_interface_rx

Definition at line 180 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_multicast

Definition at line 176 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_multipath

Definition at line 177 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_attached

Definition at line 179 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_host

Definition at line 178 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_is_rpf_id

Definition at line 181 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_label

Definition at line 169 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop[16]

Definition at line 184 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_n_out_labels

Definition at line 185 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_out_label_stack[mr_next_hop_n_out_labels]

Definition at line 189 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_proto_is_ip4

Definition at line 182 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_sw_if_index

Definition at line 186 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_table_id

Definition at line 187 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_via_label

Definition at line 188 of file mpls.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_weight

Definition at line 183 of file mpls.api.

u32 vl_api_mpls_route_add_del_t::mr_table_id

Definition at line 171 of file mpls.api.


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