FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_mpls_ip_bind_unbind_t Struct Reference

Bind/Unbind an MPLS local label to an IP prefix. More...

Data Fields

u32 client_index
 
u32 context
 
u32 mb_mpls_table_id
 
u32 mb_label
 
u32 mb_ip_table_id
 
bool mb_is_bind
 
vl_api_prefix_t mb_prefix
 

Detailed Description

Bind/Unbind an MPLS local label to an IP prefix.

i.e. create a per-prefix label entry.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
mb_mpls_table_id- The MPLS table-id the MPLS entry will be added in
mb_label- The MPLS label value to bind
mb_ip_table_id- The IP table-id of the IP prefix to bind to.
mb_is_bind- Bind or unbind
mb_is_ip4- The prefix to bind to is IPv4
mb_prefix- IP prefix

Definition at line 32 of file mpls.api.

Field Documentation

◆ client_index

u32 vl_api_mpls_ip_bind_unbind_t::client_index

Definition at line 34 of file mpls.api.

◆ context

u32 vl_api_mpls_ip_bind_unbind_t::context

Definition at line 35 of file mpls.api.

◆ mb_ip_table_id

u32 vl_api_mpls_ip_bind_unbind_t::mb_ip_table_id

Definition at line 38 of file mpls.api.

◆ mb_is_bind

bool vl_api_mpls_ip_bind_unbind_t::mb_is_bind

Definition at line 39 of file mpls.api.

◆ mb_label

u32 vl_api_mpls_ip_bind_unbind_t::mb_label

Definition at line 37 of file mpls.api.

◆ mb_mpls_table_id

u32 vl_api_mpls_ip_bind_unbind_t::mb_mpls_table_id

Definition at line 36 of file mpls.api.

◆ mb_prefix

vl_api_prefix_t vl_api_mpls_ip_bind_unbind_t::mb_prefix

Definition at line 40 of file mpls.api.


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