FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
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 |
L2 interface pbb tag rewrite configure request.
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 |