X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_types.h;h=afb17e3a5d5eef8b4daebee63c5bdbd100d72227;hb=61b94c6bc417dbcb11323962b40493e6f7ec2f7e;hp=fa337451028be6a146786b88d258c9da0963ec35;hpb=b414d0d23aff66f793c018a75d83af4d29fb1bd4;p=vpp.git diff --git a/src/plugins/gbp/gbp_types.h b/src/plugins/gbp/gbp_types.h index fa337451028..afb17e3a5d5 100644 --- a/src/plugins/gbp/gbp_types.h +++ b/src/plugins/gbp/gbp_types.h @@ -18,8 +18,8 @@ #include -typedef u32 epg_id_t; -#define EPG_INVALID (~0) +typedef u16 epg_id_t; +#define EPG_INVALID ((u16)~0) #endif