![]() |
FD.io VPP
v19.08-24-ge6a5712
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 47 of file gbp_contract.h.
union { ... } |
u64 gbp_contract_key_t_::as_u64 |
Definition at line 60 of file gbp_contract.h.
sclass_t gbp_contract_key_t_::gck_dst |
Definition at line 58 of file gbp_contract.h.
gbp_scope_t gbp_contract_key_t_::gck_scope |
Definition at line 53 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 57 of file gbp_contract.h.