Re: (feature change request) remove link-layer generated routes from netstat -r



On Thu, Feb 23, 2006 at 09:56:46AM +0200, Nikos Vassiliadis wrote:

Just use:

netstat -rn | awk '$3 !~ /L/ { print }'

That's exactly the point Eugene, I don't want to find ways to filter it out.
It happens frequently. I didn't say it's difficult to remove it, I just don't
want it there all the time. That's why you can use -a to get the old
behavior.

Just make ~/bin/netstat that will filter for you most of the time.

Eugene
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"