X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_classify.c;h=4846911ed6532354eeb91b8b8c4735ae927f18bb;hb=13a08cc0984496d50722ffb75e2f48c5d84fb9a7;hp=fb57426e4a7b655f5f5cfc03c46b267103889b35;hpb=96e2d4407b1538d8df4e277ba33b85876589e198;p=vpp.git diff --git a/src/plugins/gbp/gbp_classify.c b/src/plugins/gbp/gbp_classify.c index fb57426e4a7..4846911ed65 100644 --- a/src/plugins/gbp/gbp_classify.c +++ b/src/plugins/gbp/gbp_classify.c @@ -154,7 +154,7 @@ gbp_classify_inline (vlib_main_t * vm, } if (PREDICT_TRUE (NULL != ge0)) - src_epg = ge0->ge_epg_id; + src_epg = ge0->ge_fwd.gef_epg_id; else src_epg = EPG_INVALID; }