64 bit per-thread counters
[vpp.git] / src / vnet / rewrite.c
index c4a171c..47fb74d 100644 (file)
@@ -79,7 +79,7 @@ format_vnet_rewrite (u8 * s, va_list * args)
       if (NULL != si)
        s = format (s, "%U: ", format_vnet_sw_interface_name, vnm, si);
       else
-       s = format (s, "DELETED");
+       s = format (s, "DELETED:%d", rw->sw_if_index);
     }
 
   /* Format rewrite string. */