Change-Id: Ica0e6080a4ebdb898590864b7d5ab1da16d656bd
Signed-off-by: Hongjun Ni <[email protected]>
nsh_main_t nsh_main;
extern vlib_node_registration_t nsh_aware_vnf_proxy_node;
-extern vlib_node_registration_t nsh_output_node;
+extern vlib_node_registration_t nsh_eth_output_node;
typedef struct {
u8 trace_data[256];
nsh_main_t *nm;
thread_index = vlib_get_thread_index();
- error_node = vlib_node_get_runtime (vm, nsh_output_node.index);
+ error_node = vlib_node_get_runtime (vm, nsh_eth_output_node.index);
from = vlib_frame_vector_args (from_frame);
n_left_from = from_frame->n_vectors;
next_index = node->cached_next_index;