SPAN/API:enable L2 dump
[vpp.git] / src / vpp / api / custom_dump.c
index 55a362a..520361f 100644 (file)
@@ -2258,6 +2258,9 @@ vl_api_sw_interface_span_dump_t_print (vl_api_sw_interface_span_dump_t * mp,
 
   s = format (0, "SCRIPT: sw_interface_span_dump ");
 
+  if (mp->is_l2)
+    s = format (s, "l2 ");
+
   FINISH;
 }