X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_types.h;h=ac983b1cdd251dbed926f3d320268c632631b3b3;hb=59f71132e;hp=0faa74b694e0853db4b9b03667d06877610ce624;hpb=879d11c250a4710759ddefe22afd7fc05bda2946;p=vpp.git diff --git a/src/plugins/gbp/gbp_types.h b/src/plugins/gbp/gbp_types.h index 0faa74b694e..ac983b1cdd2 100644 --- a/src/plugins/gbp/gbp_types.h +++ b/src/plugins/gbp/gbp_types.h @@ -18,8 +18,11 @@ #include -typedef u16 epg_id_t; -#define EPG_INVALID ((u16)~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