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

b18d28
--- a/lib/inet6_gr.c
b18d28
+++ b/lib/inet6_gr.c
b18d28
@@ -146,7 +146,7 @@
b18d28
 	    strcat(flags, "f");
b18d28
 
b18d28
 	/* Print the info. */
b18d28
-	printf("%-30s %-26s %-4s %-3d %-1d%6d %s\n",
b18d28
+	printf("%-30s %-26s %-4s %-3d %-1d %6d %s\n",
b18d28
 	       addr6, naddr6, flags, metric, refcnt, use, iface);
b18d28
     }