Blame SOURCES/net-tools-inet6-output.patch

2f3be1
diff --git a/lib/inet6_gr.c.old b/lib/inet6_gr.c
2f3be1
index 4e26d30..2ff53a2 100644
2f3be1
--- a/lib/inet6_gr.c.old
2f3be1
+++ b/lib/inet6_gr.c
2f3be1
@@ -146,7 +146,7 @@ int rprint_fib6(int ext, int numeric)
2f3be1
 	    strcat(flags, "f");
2f3be1
 
2f3be1
 	/* Print the info. */
2f3be1
-	printf("%-30s %-26s %-4s %-3d %-1d%6d %s\n",
2f3be1
+	printf("%-30s %-26s %-4s %-3d %-1d %6d %s\n",
2f3be1
 	       addr6, naddr6, flags, metric, refcnt, use, iface);
2f3be1
     }
2f3be1