Re: Broadcast

From: Dennis Bjorklund (dennisb@cs.chalmers.se)
Date: Wed Nov 01 2000 - 16:02:38 EST


On Wed, 1 Nov 2000, Dennis Bjorklund wrote:

> > ioctl(5, SIOCGIFFLAGS, 0xbffff620) = 0
> > ioctl(5, SIOCSIFFLAGS, 0xbffff620) = 0
> >
> > In this case the flags were gotten with SIOCGIFFLAGS, then the
> > exact same stuff was written back with SIOCSIFFLAGS.
>
> IFF_BROADCAST is bit number 1 (that is 0x2). So in this case it indicates
> that the broadcast bit is not set before and not set after. But why do I
> see BROADCAST listed when i do "ifconfig eth1" then. This bit should be
> set.
>
> Right now I'm a bit confused. There is something strange going on here
> that I don't understand.

Forget this comment.

The 0xbffff620 is an adress and nothing else. It should be the same. The
flag is toggled in the struct that the adress points to.

It explains the strace but not why I can't clear the flag..

/Dennis

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Nov 07 2000 - 21:00:10 EST