Hi,
I also ran into this problem and have tried both patches here. I don't
really like the second one since in addition to having to supply a -v
flag you get spurious warnings depending on what address families are
installed:
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.
I know it's the easy solution since USAGI did the same thing in 2002
though... but not having the default be the full output can lead to this:
# netstat -an
tcp6 0 0 ::ffff:16.123.1.1:22 ::ffff:16.123.1.2:57347 ESTABLISHED
# netstat -anv
tcp6 0 0 ::ffff:16.123.1.1:22 ::ffff:16.123.1.29:57347 ESTABLISHED
If I didn't know to add the -v I would have missed that final 9 in 29
since it at least looked like a valid address.
Thanks,
-Brian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]