FD.io VPP
v16.09
Vector Packet Processing
|
L2 interface vlan tag rewrite configure request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
u32 | vtr_op |
u32 | push_dot1q |
u32 | tag1 |
u32 | tag2 |
L2 interface vlan 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 |
push_dot1q | - first pushed flag dot1q id set, else dot1ad |
tag1 | - Needed for any push or translate vtr op |
tag2 | - Needed for any push 2 or translate x-2 vtr ops |