Go to the source code of this file.
|
static_always_inline u32 | l2_to_bvi_dmac_check (vnet_hw_interface_t *hi, u8 *dmac, ethernet_interface_t *ei, u8 have_sec_dmac) |
|
static_always_inline u32 | l2_to_bvi (vlib_main_t *vlib_main, vnet_main_t *vnet_main, vlib_buffer_t *b0, u32 bvi_sw_if_index, next_by_ethertype_t *l3_next, u16 *next0) |
| Send a packet from L2 processing to L3 via the BVI interface. More...
|
|
void | l2bvi_register_input_type (vlib_main_t *vm, ethernet_type_t type, u32 node_index) |
|
int | l2_bvi_create (u32 instance, const mac_address_t *mac, u32 *sw_if_index) |
|
int | l2_bvi_delete (u32 sw_if_index) |
|
◆ TO_BVI_ERR_BAD_MAC
#define TO_BVI_ERR_BAD_MAC 1 |
◆ TO_BVI_ERR_ETHERTYPE
#define TO_BVI_ERR_ETHERTYPE 2 |
◆ TO_BVI_ERR_OK
◆ l2_bvi_create()
◆ l2_bvi_delete()
int l2_bvi_delete |
( |
u32 |
sw_if_index | ) |
|
◆ l2_to_bvi()
Send a packet from L2 processing to L3 via the BVI interface.
Set next0 to the proper L3 input node. Return an error if the packet isn't what we expect.
Definition at line 59 of file l2_bvi.h.
◆ l2_to_bvi_dmac_check()
◆ l2bvi_register_input_type()