FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
MPLS Route Add / del route. More...
MPLS Route Add / del route.
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 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 | - The next-hop protocol, of type dpo_proto_t |
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 |
u32 vl_api_mpls_route_add_del_t::mr_next_hop_out_label_stack[mr_next_hop_n_out_labels] |