FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
The key for an Contract. More...
Data Fields | |
union { | |
struct { | |
gbp_scope_t gck_scope | |
sclass_t gck_src | |
source and destination EPGs for which the ACL applies More... | |
sclass_t gck_dst | |
} | |
u64 as_u64 | |
}; | |
The key for an Contract.
Definition at line 48 of file gbp_contract.h.
union { ... } |
u64 gbp_contract_key_t_::as_u64 |
Definition at line 61 of file gbp_contract.h.
sclass_t gbp_contract_key_t_::gck_dst |
Definition at line 59 of file gbp_contract.h.
gbp_scope_t gbp_contract_key_t_::gck_scope |
Definition at line 54 of file gbp_contract.h.
sclass_t gbp_contract_key_t_::gck_src |
source and destination EPGs for which the ACL applies
Definition at line 58 of file gbp_contract.h.