FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
A Group Based Policy Contract. More...
Data Fields | |
gbp_contract_key_t | gc_key |
source and destination EPGs More... | |
u32 | gc_acl_index |
u32 | gc_lc_index |
index_t * | gc_rules |
The ACL to apply for packets from the source to the destination EPG. More... | |
u16 * | gc_allowed_ethertypes |
An ethertype whitelist. More... | |
A Group Based Policy Contract.
Determines the ACL that applies to traffic pass between two endpoint groups
Definition at line 109 of file gbp_contract.h.
u32 gbp_contract_t_::gc_acl_index |
Definition at line 116 of file gbp_contract.h.
u16* gbp_contract_t_::gc_allowed_ethertypes |
An ethertype whitelist.
Definition at line 127 of file gbp_contract.h.
gbp_contract_key_t gbp_contract_t_::gc_key |
source and destination EPGs
Definition at line 114 of file gbp_contract.h.
u32 gbp_contract_t_::gc_lc_index |
Definition at line 117 of file gbp_contract.h.
index_t* gbp_contract_t_::gc_rules |
The ACL to apply for packets from the source to the destination EPG.
Definition at line 122 of file gbp_contract.h.