FD.io VPP
v21.01.1
Vector Packet Processing
|
The data-path object representing L3 proxy. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
required for pool_get_aligned. 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 26 of file l3_proxy_dpo.h.
l3_proxy_dpo_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
required for pool_get_aligned.
memebers used in the switch path come first!
u16 l3_proxy_dpo_t_::l3p_locks |
number oflocks.
Definition at line 42 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 37 of file l3_proxy_dpo.h.