FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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 |
u8 | mb_is_bind |
u8 | mb_is_ip4 |
u8 | mb_address_length |
u8 | mb_address [16] |
Bind/Unbind an MPLS local label to an IP prefix.
i.e. create a per-prefix label entry.
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_address_length | - Length of IP prefix |
mb_address[16] | - IP prefix/ |