K 10 svn:author V 6 karels K 8 svn:date V 27 2022-07-29T17:06:29.960297Z K 7 svn:log V 914 netstat -i: do not truncate interface names The field for interface names for netstat -i was 5 characters by default, which is no longer sufficient with names like "vlan1234" and "vtnet0". netstat -iW computed the necessary field width, but also enlarged the address field by a lot (especially with IPv6 enabled). Make netstat -i compute the field width for interface names with or without -W. Note that the existing default output does not fit in 80 columns in any case. Update the man page accordingly, documenting the remaining effect of -W with -i. Also add -W to the list of General Options, as there are numerous pointers to this. Reported by: Chris Ross Reviewed by: melifaro, rgrimes, cy Differential Revision: https://reviews.freebsd.org/D35703 (cherry picked from commit 231092bb6fda75b922fc324edef6523e78e9e8ed) Git Hash: 4cd1e685e8232c4b13552363b16f8531cb32d450 Git Author: karels@FreeBSD.org END