X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fp2p_ethernet_input.c;h=7e5f7cadc0d76d49762a0c487d3108adfaae0a9e;hb=bdfe5955f;hp=36845fcda1b3d9cf0e5b0335b3253580cd99f8c0;hpb=c3a0e8d2d255c0925d1ec17aba8c8892d532b040;p=vpp.git diff --git a/src/vnet/ethernet/p2p_ethernet_input.c b/src/vnet/ethernet/p2p_ethernet_input.c index 36845fcda1b..7e5f7cadc0d 100644 --- a/src/vnet/ethernet/p2p_ethernet_input.c +++ b/src/vnet/ethernet/p2p_ethernet_input.c @@ -237,6 +237,7 @@ VLIB_REGISTER_NODE (p2p_ethernet_input_node) = { .vector_size = sizeof (u32), .format_trace = format_p2p_ethernet_trace, .type = VLIB_NODE_TYPE_INTERNAL, + .flags = VLIB_NODE_FLAG_TRACE_SUPPORTED, .n_errors = ARRAY_LEN(p2p_ethernet_error_strings), .error_strings = p2p_ethernet_error_strings,