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

2006-02-24 Thread Eugene Grosbein
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

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

2006-02-24 Thread Nikos Vassiliadis
On Friday 24 February 2006 15:24, Giorgos Keramidas wrote: > On 2006-02-24 15:12, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: > >On Friday 24 February 2006 15:04, Giorgos Keramidas wrote: > >>On 2006-02-24 15:00, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > >>> Unfortunately, the -s option is ta

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

2006-02-24 Thread Nikos Vassiliadis
On Friday 24 February 2006 15:08, Eugene Grosbein wrote: > 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 frequ

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

2006-02-24 Thread Giorgos Keramidas
On 2006-02-24 15:12, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: >On Friday 24 February 2006 15:04, Giorgos Keramidas wrote: >>On 2006-02-24 15:00, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: >>> Unfortunately, the -s option is taken already. It enables the display >>> of statistics. A possible

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

2006-02-24 Thread Nikos Vassiliadis
On Friday 24 February 2006 15:04, Giorgos Keramidas wrote: > On 2006-02-24 15:00, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > Unfortunately, the -s option is taken already. It enables the display > > of statistics. A possible alternative is the -c (compact) option, > > i.e. with a patch simi

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

2006-02-24 Thread Giorgos Keramidas
On 2006-02-24 15:00, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > Unfortunately, the -s option is taken already. It enables the display > of statistics. A possible alternative is the -c (compact) option, > i.e. with a patch similar to the following: > > [...] I forgot to show sample output, so

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

2006-02-24 Thread Giorgos Keramidas
On 2006-02-24 11:32, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: >On Thursday 23 February 2006 20:24, Giorgos Keramidas wrote: >> >> ... about using a switch to shorten the netstat output (by not >> displaying the link-layer entries): >> >> How about making the new behavior non-default, i.e. toggl

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

2006-02-24 Thread Eugene Grosbein
On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: > netstat -r prints link-layer generated routes and many > times the output becomes somehow obscure. For > example: > > [EMAIL PROTECTED]:0:/usr/home/src/FreeBSD-6/src/usr.bin/netstat# netstat > -ranfinet > Routing tables > > In

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

2006-02-24 Thread Nikos Vassiliadis
On Thursday 23 February 2006 20:24, Giorgos Keramidas wrote: > On 2006-02-23 12:14, Gary Corcoran <[EMAIL PROTECTED]> wrote: > >John Baldwin wrote: > >>On Thursday 23 February 2006 02:56, Nikos Vassiliadis wrote: > >>>On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: > On Wed, Feb 22,

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

2006-02-24 Thread Nikos Vassiliadis
On Thursday 23 February 2006 18:33, John Baldwin wrote: > On Thursday 23 February 2006 02:56, Nikos Vassiliadis wrote: > > On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: > > > On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: > > > > netstat -r prints link-layer generat

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

2006-02-23 Thread Giorgos Keramidas
On 2006-02-23 12:14, Gary Corcoran <[EMAIL PROTECTED]> wrote: >John Baldwin wrote: >>On Thursday 23 February 2006 02:56, Nikos Vassiliadis wrote: >>>On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: >netstat -r prin

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

2006-02-23 Thread Gary Corcoran
John Baldwin wrote: On Thursday 23 February 2006 02:56, Nikos Vassiliadis wrote: On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: netstat -r prints link-layer generated routes and many times the output becomes somehow

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

2006-02-23 Thread John Baldwin
On Thursday 23 February 2006 02:56, Nikos Vassiliadis wrote: > On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: > > On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: > > > netstat -r prints link-layer generated routes and many > > > times the output becomes somehow obscur

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

2006-02-23 Thread Nikos Vassiliadis
On Thursday 23 February 2006 07:06, Eugene Grosbein wrote: > On Wed, Feb 22, 2006 at 03:50:17PM +0200, Nikos Vassiliadis wrote: > > netstat -r prints link-layer generated routes and many > > times the output becomes somehow obscure. For > > example: > > > > [EMAIL PROTECTED]:0:/usr/home/src/FreeBSD

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

2006-02-22 Thread Nikos Vassiliadis
Hi, netstat -r prints link-layer generated routes and many times the output becomes somehow obscure. For example: [EMAIL PROTECTED]:0:/usr/home/src/FreeBSD-6/src/usr.bin/netstat# netstat -ranfinet Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expir