stats: python vpp_stats rewrite to access stat segment directly
[vpp.git] / src / plugins / urpf / ip4_urpf.c
index 25b6c94..1d32902 100644 (file)
@@ -41,7 +41,7 @@
 #include <urpf/urpf_dp.h>
 
 static char *ip4_urpf_error_strings[] = {
-#define _(a,b) "ip4-" # b,
+#define _(a, b) b,
   foreach_urpf_error
 #undef _
 };