iproute2: gnet_stats

(Logical change 1.107)
diff --git a/tc/tc_filter.c b/tc/tc_filter.c
index af663dd..0c63a90 100644
--- a/tc/tc_filter.c
+++ b/tc/tc_filter.c
@@ -254,8 +254,8 @@
 	}
 	fprintf(fp, "\n");
 
-	if (show_stats && tb[TCA_STATS]) {
-		print_tcstats_attr(fp, tb[TCA_STATS]);
+	if (show_stats && (tb[TCA_STATS] || tb[TCA_STATS2])) {
+		print_tcstats_attr(fp, tb, " ", NULL);
 		fprintf(fp, "\n");
 	}