git: netstat(1): Use same width for 'Netif' column in IPv4/IPv6 cases

Aaron LI aly at crater.dragonflybsd.org
Tue Feb 3 19:24:23 PST 2026


commit 5d6e3ac32b07c962ba6132e88b312ad73ac8e7a4
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Feb 4 10:57:05 2026 +0800

    netstat(1): Use same width for 'Netif' column in IPv4/IPv6 cases
    
    This utility used a narrower 'Netif' column for IPv4 than IPv6, which
    looks a bit strange and is actually insufficient nowadays, since we
    supports to customize the interface name.  So just use the same column
    width for both IPv4 and IPv6.

Summary of changes:
 usr.bin/netstat/route.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d6e3ac32b07c962ba6132e88b312ad73ac8e7a4


-- 
DragonFly BSD source repository


More information about the Commits mailing list