X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_classify.c;h=255db2528717fb5d63641b0232b2f37cf40f35e1;hb=cfc7a107e6cb8be6e7c53a08e23a146c431c8e90;hp=5735f359af0e2db0750308574d7b87d65747854c;hpb=2ec825937b7ac856f67d086ce6814dd21c5e9bd7;p=vpp.git diff --git a/src/plugins/gbp/gbp_classify.c b/src/plugins/gbp/gbp_classify.c index 5735f359af0..255db252871 100644 --- a/src/plugins/gbp/gbp_classify.c +++ b/src/plugins/gbp/gbp_classify.c @@ -49,6 +49,14 @@ gbp_src_classify_init (vlib_main_t * vm) l2input_get_feat_names (), em->l2_input_feat_next[GBP_SRC_CLASSIFY_LPM]); + node = vlib_get_node_by_name (vm, (u8 *) "l2-gbp-lpm-anon-classify"); + feat_bitmap_init_next_nodes (vm, + node->index, + L2INPUT_N_FEAT, + l2input_get_feat_names (), + em->l2_input_feat_next + [GBP_SRC_CLASSIFY_LPM_ANON]); + return 0; }