X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_classify.c;h=fdb1e9f6776f037de1fdde3d40134c9e2408bd1d;hb=61b94c6bc417dbcb11323962b40493e6f7ec2f7e;hp=6b91d8cf099ba388afede0b0108b7979a630d331;hpb=b414d0d23aff66f793c018a75d83af4d29fb1bd4;p=vpp.git diff --git a/src/plugins/gbp/gbp_classify.c b/src/plugins/gbp/gbp_classify.c index 6b91d8cf099..fdb1e9f6776 100644 --- a/src/plugins/gbp/gbp_classify.c +++ b/src/plugins/gbp/gbp_classify.c @@ -90,7 +90,7 @@ gbp_classify_inline (vlib_main_t * vm, if (GBP_SRC_CLASSIFY_NULL == type) { - src_epg = ~0; + src_epg = EPG_INVALID; next0 = vnet_l2_feature_next (b0, gscm->l2_input_feat_next[type], L2INPUT_FEAT_GBP_NULL_CLASSIFY);