FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Per-interface vlan tag rewrite configuration There will be one instance of this struct for each sw_if_index for both input vtr and output vtr. More...
Data Fields | |
union { | |
ethernet_vlan_header_tv_t tags [2] | |
u64 raw_tags | |
}; | |
union { | |
struct { | |
u8 push_bytes | |
u8 pop_bytes | |
} | |
u16 push_and_pop_bytes | |
}; | |
Per-interface vlan tag rewrite configuration There will be one instance of this struct for each sw_if_index for both input vtr and output vtr.
union { ... } |
union { ... } |
ethernet_vlan_header_tv_t vtr_config_t::tags[2] |