FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The data-path object representing an L2 bridge. More...
Data Fields | |
u32 | l2b_sw_if_index |
The Software interface index that the packets will output on. More... | |
u16 | l2b_locks |
number of locks. More... | |
The data-path object representing an L2 bridge.
If a packet encounters an object of this type in the L3 data-path, it is injected back into the L2 bridge.
Definition at line 27 of file l2_bridge_dpo.h.
u16 l2_bridge_dpo_t_::l2b_locks |
number of locks.
Definition at line 37 of file l2_bridge_dpo.h.
u32 l2_bridge_dpo_t_::l2b_sw_if_index |
The Software interface index that the packets will output on.
Definition at line 32 of file l2_bridge_dpo.h.