FD.io VPP  v16.09
Vector Packet Processing
vl_api_mpls_add_del_decap_t Struct Reference

Add / del MPLS decapsulation request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 rx_vrf_id
 
u32 tx_vrf_id
 
u32 label
 
u32 next_index
 
u8 s_bit
 
u8 is_add
 

Detailed Description

Add / del MPLS decapsulation request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
rx_vrf_id- receive vrf
tx_vrf_id- transmit vrf
label-
next_index-
s_bit-
is_add- 1 if adding the encap, 0 if deleting

Definition at line 482 of file vpe.api.

Field Documentation

u32 vl_api_mpls_add_del_decap_t::client_index

Definition at line 484 of file vpe.api.

u32 vl_api_mpls_add_del_decap_t::context

Definition at line 485 of file vpe.api.

u8 vl_api_mpls_add_del_decap_t::is_add

Definition at line 491 of file vpe.api.

u32 vl_api_mpls_add_del_decap_t::label

Definition at line 488 of file vpe.api.

u32 vl_api_mpls_add_del_decap_t::next_index

Definition at line 489 of file vpe.api.

u32 vl_api_mpls_add_del_decap_t::rx_vrf_id

Definition at line 486 of file vpe.api.

u8 vl_api_mpls_add_del_decap_t::s_bit

Definition at line 490 of file vpe.api.

u32 vl_api_mpls_add_del_decap_t::tx_vrf_id

Definition at line 487 of file vpe.api.


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