Does the kernel actually truncate an interface name more than 8 chars long in
the original version? I did a quick test in userspace and found that
printf("%*s\n", 1, "foo");
prints:
foo
I think the width specifier is used for *minimum* width, not maximum.
-Brian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html