FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The data-path object representing L3 proxy. More...
Data Fields | |
u32 | l3p_sw_if_index |
The Software interface index on which traffic is l3_proxyd. More... | |
u16 | l3p_locks |
number oflocks. More... | |
The data-path object representing L3 proxy.
An L3 proxy is when VPP has an address in the FIB that is also assigned to an attached host.
Definition at line 27 of file l3_proxy_dpo.h.
u16 l3_proxy_dpo_t_::l3p_locks |
number oflocks.
Definition at line 37 of file l3_proxy_dpo.h.
u32 l3_proxy_dpo_t_::l3p_sw_if_index |
The Software interface index on which traffic is l3_proxyd.
Definition at line 32 of file l3_proxy_dpo.h.