FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | l2_emulation_enable (u32 sw_if_index) |
L2 Emulation is a feautre that is applied to L2 ports to 'extract' IP packets from the L2 path and inject them into the L3 path (i.e. More... | |
void | l2_emulation_disable (u32 sw_if_index) |
void l2_emulation_disable | ( | u32 | sw_if_index | ) |
void l2_emulation_enable | ( | u32 | sw_if_index | ) |
L2 Emulation is a feautre that is applied to L2 ports to 'extract' IP packets from the L2 path and inject them into the L3 path (i.e.
into the appropriate ip[4|6]_input node). L3 routes in the table_id for that interface should then be configured as DVR routes, therefore the forwarded packet has the L2 header preserved and togehter the L3 routed system behaves like an L2 bridge.
Definition at line 58 of file l2e.c.