FD.io VPP  v16.12-rc0-308-g931be3a
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]
 
u32 mr_next_hop_sw_if_index
 
u32 mr_next_hop_table_id
 
u32 mr_next_hop_out_label
 

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_out_label- the next-hop output label

Definition at line 393 of file vpe.api.

Field Documentation

u32 vl_api_mpls_route_add_del_t::client_index

Definition at line 395 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::context

Definition at line 396 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_classify_table_index

Definition at line 400 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_create_table_if_needed

Definition at line 401 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_eos

Definition at line 398 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_add

Definition at line 402 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_classify

Definition at line 403 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_multipath

Definition at line 404 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_attached

Definition at line 406 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_is_resolve_host

Definition at line 405 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_label

Definition at line 397 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop[16]

Definition at line 409 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_out_label

Definition at line 412 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_proto_is_ip4

Definition at line 407 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_sw_if_index

Definition at line 410 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_next_hop_table_id

Definition at line 411 of file vpe.api.

u8 vl_api_mpls_route_add_del_t::mr_next_hop_weight

Definition at line 408 of file vpe.api.

u32 vl_api_mpls_route_add_del_t::mr_table_id

Definition at line 399 of file vpe.api.


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