![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
The key for an Contract. More...
Data Fields | |
| union { | |
| struct { | |
| epg_id_t gck_src | |
| source and destination EPGs for which the ACL applies More... | |
| epg_id_t gck_dst | |
| } | |
| u64 as_u64 | |
| }; | |
The key for an Contract.
Definition at line 24 of file gbp_contract.h.
| union { ... } |
| u64 gbp_contract_key_t_::as_u64 |
Definition at line 36 of file gbp_contract.h.
| epg_id_t gbp_contract_key_t_::gck_dst |
Definition at line 34 of file gbp_contract.h.
| epg_id_t gbp_contract_key_t_::gck_src |
source and destination EPGs for which the ACL applies
Definition at line 33 of file gbp_contract.h.