Blame SOURCES/iproute2-2.6.39-lnstat-dump-to-stdout.patch

5ebd6f
diff --git a/misc/lnstat.c b/misc/lnstat.c
5ebd6f
index 32ab6a4..431bfc7 100644
5ebd6f
--- a/misc/lnstat.c
5ebd6f
+++ b/misc/lnstat.c
5ebd6f
@@ -322,7 +322,7 @@ int main(int argc, char **argv)
5ebd6f
 		int i;
5ebd6f
 		struct table_hdr *header;
5ebd6f
 	case MODE_DUMP:
5ebd6f
-		lnstat_dump(stderr, lnstat_files);
5ebd6f
+		lnstat_dump(stdout, lnstat_files);
5ebd6f
 		break;
5ebd6f
 	case MODE_NORMAL:
5ebd6f