FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
An external interface maps directly to an oflex L3ExternalInterface. More...
Data Fields | |
gbp_itf_hdl_t | gx_itf |
The interface. More... | |
index_t | gx_bd |
The BD this external interface is a member of. More... | |
index_t | gx_rd |
The RD this external interface is a member of. More... | |
u32 | gx_fib_index [DPO_PROTO_NUM] |
cached FIB indices from the RD More... | |
u32 | gx_flags |
The associated flags. More... | |
An external interface maps directly to an oflex L3ExternalInterface.
The special characteristics of an external interface is the way the source EPG is determined for input packets which, like a recirc interface, is via a LPM.
Definition at line 33 of file gbp_ext_itf.h.
index_t gpb_ext_itf_t_::gx_bd |
The BD this external interface is a member of.
Definition at line 43 of file gbp_ext_itf.h.
u32 gpb_ext_itf_t_::gx_fib_index[DPO_PROTO_NUM] |
cached FIB indices from the RD
Definition at line 53 of file gbp_ext_itf.h.
u32 gpb_ext_itf_t_::gx_flags |
The associated flags.
Definition at line 58 of file gbp_ext_itf.h.
gbp_itf_hdl_t gpb_ext_itf_t_::gx_itf |
The interface.
Definition at line 38 of file gbp_ext_itf.h.
index_t gpb_ext_itf_t_::gx_rd |
The RD this external interface is a member of.
Definition at line 48 of file gbp_ext_itf.h.