![]() |
FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
The GBP FWD DPO. More...
Collaboration diagram for gbp_policy_dpo_t_:Data Fields | |
| dpo_proto_t | gpd_proto |
| The protocol of packets using this DPO. More... | |
| epg_id_t | gpd_epg |
| EPG. More... | |
| u32 | gpd_sw_if_index |
| output sw_if_index More... | |
| u16 | gpd_locks |
| number of locks. More... | |
| dpo_id_t | gpd_dpo |
| Stacked DPO on DVR of output interface. More... | |
The GBP FWD DPO.
Used in the L3 path to select the correct EPG uplink based on the source EPG.
Definition at line 26 of file gbp_policy_dpo.h.
| dpo_id_t gbp_policy_dpo_t_::gpd_dpo |
Stacked DPO on DVR of output interface.
Definition at line 51 of file gbp_policy_dpo.h.
| epg_id_t gbp_policy_dpo_t_::gpd_epg |
EPG.
Definition at line 36 of file gbp_policy_dpo.h.
| u16 gbp_policy_dpo_t_::gpd_locks |
number of locks.
Definition at line 46 of file gbp_policy_dpo.h.
| dpo_proto_t gbp_policy_dpo_t_::gpd_proto |
The protocol of packets using this DPO.
Definition at line 31 of file gbp_policy_dpo.h.
| u32 gbp_policy_dpo_t_::gpd_sw_if_index |
output sw_if_index
Definition at line 41 of file gbp_policy_dpo.h.