FD.io VPP  v17.01.1-3-gc6833f8
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_multipath
 
u8 mr_is_resolve_host
 
u8 mr_is_resolve_attached
 
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_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_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 105 of file vpe.api.

Field Documentation

u32 vl_api_mpls_route_add_del_t::client_index

Definition at line 107 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::context

Definition at line 108 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_classify_table_index

Definition at line 112 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_create_table_if_needed

Definition at line 113 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_eos

Definition at line 110 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_add

Definition at line 114 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_classify

Definition at line 115 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_multipath

Definition at line 116 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_attached

Definition at line 118 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_host

Definition at line 117 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_label

Definition at line 109 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop[16]

Definition at line 121 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_n_out_labels

Definition at line 122 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_out_label_stack[mr_next_hop_n_out_labels]

Definition at line 126 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_proto_is_ip4

Definition at line 119 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_sw_if_index

Definition at line 123 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_table_id

Definition at line 124 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_via_label

Definition at line 125 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_weight

Definition at line 120 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_table_id

Definition at line 111 of file vpe.api.


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