ndp, route, netstat: adjust ipv6 address width
authorkn <kn@openbsd.org>
Wed, 9 Nov 2022 18:00:02 +0000 (18:00 +0000)
committerkn <kn@openbsd.org>
Wed, 9 Nov 2022 18:00:02 +0000 (18:00 +0000)
commit2150c9bad20b6c122f8e3168485a2dcadedd27e8
tree6d7db7f75f34b6a324537f0725265f8b7a674a86
parent2ef7560e3a04bfd37fcc08ecd39f003a03ebd93e
ndp, route, netstat: adjust ipv6 address width

It has been annoying me for too long that fully specififed GUAs
(2001:0db8:3333:4444:5555:6666:7777:8888) mess up alignment.

systat(1)'s netstat is the only view that has a big enough limit and thus
never misaligns.

Unify ndp(8), route(8) and netstat(1) views to always align nicely.

Feedback OK claudio
sbin/route/show.c
usr.bin/netstat/show.c
usr.sbin/ndp/ndp.c