Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 1998 11:04:50 +0100 (MET)
From:      Robert Deuerling <deuerl@baerle.indra.de>
To:        grog@lemis.com (Greg Lehey)
Cc:        questions@FreeBSD.ORG
Subject:   Re: bug in ifconfig ?
Message-ID:  <199802071004.LAA09824@baerle.indra.de>
In-Reply-To: <19980207111341.20019@freebie.lemis.com> from Greg Lehey at "Feb 7, 98 11:13:41 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Hi guys :-)

just an update ....

ifconfig shows:
inet 193.158.1.137 netmask 0xffffffff broadcast 193.158.1.137

netstat -rn shows:
193.158.1.137      193.158.1.137      UH          0        0       vx0 =>
                   ^^^^^^^^^^^^^                                   ^^^
193.158.1.137/32   link#1

so here's the bug ;) no alias is really made...

FIX:
I deleted the route added by ifconfig... and voila, everythings ok...
I can ping the address..

so.. seems to be a bug ;) -> already sent an PR

-Robert

> On Fri,  6 February 1998 at 11:53:58 +0100, Robert Deuerling wrote:
> > Hello :-)
> >
> > can somebody please check if there's a bug in ifconfig ?
> >
> > the problem is: doing a:
> >
> > ifconfig vx0 alias X.X.X.X netmask 0xffffffff
> >
> > ifconfig -a shows an entry for this item.
> 
> That means it is in the kernel configuration.  Why don't *you* show
> what ifconfig says?
> 
> > BUT: no ping is succcessful
> >
> > kernelmsgs show:
> >
> > arpresolv: can't allocate llinfo for X.X.X.X
> >
> > any idea ?
> 
> Yes.  Show us the details.
> 
> Greg
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802071004.LAA09824>