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

L2 interface pbb tag rewrite configure request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u32 vtr_op
 
u16 outer_tag
 
u8 b_dmac [6]
 
u8 b_smac [6]
 
u16 b_vlanid
 
u32 i_sid
 

Detailed Description

L2 interface pbb tag rewrite configure request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface the operation is applied to
vtr_op- Choose from l2_vtr_op_t enum values
inner_tag- needed for translate_qinq vtr op only
outer_tag- needed for translate_qinq vtr op only
b_dmac- B-tag remote mac address, needed for any push or translate_qinq vtr op
b_smac- B-tag local mac address, needed for any push or translate qinq vtr op
b_vlanid- B-tag vlanid, needed for any push or translate qinq vtr op
i_sid- I-tag service id, needed for any push or translate qinq vtr op

Definition at line 397 of file l2.api.

Field Documentation

◆ b_dmac

u8 vl_api_l2_interface_pbb_tag_rewrite_t::b_dmac[6]

Definition at line 404 of file l2.api.

◆ b_smac

u8 vl_api_l2_interface_pbb_tag_rewrite_t::b_smac[6]

Definition at line 405 of file l2.api.

◆ b_vlanid

u16 vl_api_l2_interface_pbb_tag_rewrite_t::b_vlanid

Definition at line 406 of file l2.api.

◆ client_index

u32 vl_api_l2_interface_pbb_tag_rewrite_t::client_index

Definition at line 399 of file l2.api.

◆ context

u32 vl_api_l2_interface_pbb_tag_rewrite_t::context

Definition at line 400 of file l2.api.

◆ i_sid

u32 vl_api_l2_interface_pbb_tag_rewrite_t::i_sid

Definition at line 407 of file l2.api.

◆ outer_tag

u16 vl_api_l2_interface_pbb_tag_rewrite_t::outer_tag

Definition at line 403 of file l2.api.

◆ sw_if_index

u32 vl_api_l2_interface_pbb_tag_rewrite_t::sw_if_index

Definition at line 401 of file l2.api.

◆ vtr_op

u32 vl_api_l2_interface_pbb_tag_rewrite_t::vtr_op

Definition at line 402 of file l2.api.


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