X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_types.h;h=ac983b1cdd251dbed926f3d320268c632631b3b3;hb=59f71132e;hp=fa337451028be6a146786b88d258c9da0963ec35;hpb=25b049484fcf9161edb2c19250066b893c38c264;p=vpp.git diff --git a/src/plugins/gbp/gbp_types.h b/src/plugins/gbp/gbp_types.h index fa337451028..ac983b1cdd2 100644 --- a/src/plugins/gbp/gbp_types.h +++ b/src/plugins/gbp/gbp_types.h @@ -18,8 +18,12 @@ #include -typedef u32 epg_id_t; -#define EPG_INVALID (~0) +typedef u32 vnid_t; +#define VNID_INVALID ((u16)~0) + +typedef u16 gbp_scope_t; +typedef u16 sclass_t; +#define SCLASS_INVALID ((u16)~0) #endif