Subject: Re: netstat -i in /etc/daily
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 01/17/2000 20:57:14
>Another idea: 
>could we print the old style for everything except inet6, and then add a
>second command only for inet6? 
>(I don't want to claim that I feel authorized to make any decisions here,
>I'm just thinking lout ;)

	the latter is easy: netstat -ivn -f inet6.  we don't have "all
	families except x" option so the former is harder (we don't want
	to iterate families available to us...)

itojun