CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/12 14:49:01
Modified files:
usr.bin/systat : inetname.c
Log message:
add missing KAME hack in netstat view
'systat netstat' would show fe80:1::1:34691 while
'netstart -n -f inet6' gave fe80::1%rge0.34691 as expected.
Copy over the infamously scope_id trick from netstat(1) to fix
displaying IPv6 addresses with embedded interface identifiers.
OK florian claudio bluhm
