X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnsh%2Fnsh_pop.c;h=188c513af27aca26a02c31b72af621f1c89d7f4d;hb=2a745c13c5c92c7ea5cfa279dcb7fd52b8eb273e;hp=15d50fdfeea4bc379d2c0b10df1188a83e7057e2;hpb=0333121d83287957062cdd03c6ec40e8f21e2b53;p=vpp.git diff --git a/src/plugins/nsh/nsh_pop.c b/src/plugins/nsh/nsh_pop.c index 15d50fdfeea..188c513af27 100644 --- a/src/plugins/nsh/nsh_pop.c +++ b/src/plugins/nsh/nsh_pop.c @@ -314,7 +314,7 @@ nsh_pop_inline (vlib_main_t * vm, * @return from_frame->n_vectors * */ -VLIB_NODE_FN (nsh_pop) (vlib_main_t * vm, vlib_node_runtime_t * node, +VLIB_NODE_FN (nsh_pop_node) (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * from_frame) { return nsh_pop_inline (vm, node, from_frame);