FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gbp_contract_key_t_ Struct Reference

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
 
}; 
 

Detailed Description

The key for an Contract.

Definition at line 48 of file gbp_contract.h.

Field Documentation

◆ @550

union { ... }

◆ as_u64

u64 gbp_contract_key_t_::as_u64

Definition at line 61 of file gbp_contract.h.

◆ gck_dst

sclass_t gbp_contract_key_t_::gck_dst

Definition at line 59 of file gbp_contract.h.

◆ gck_scope

gbp_scope_t gbp_contract_key_t_::gck_scope

Definition at line 54 of file gbp_contract.h.

◆ gck_src

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.


The documentation for this struct was generated from the following file: