Re: Broadcast

From: Richard B. Johnson (root@chaos.analogic.com)
Date: Wed Nov 01 2000 - 15:09:09 EST


On Wed, 1 Nov 2000, Dennis Bjorklund wrote:

> I'm trying to turn of the broadcast flag for a network card. But I
> can't, why??
>

Your version of `ifconfig` is probably broken (just like mine).
`strace` it and see:
ioctl(5, SIOCGIFFLAGS, 0xbffff620) = 0
ioctl(5, SIOCSIFFLAGS, 0xbffff620) = 0
_exit(0) = ?

In this case the flags were gotten with SIOCGIFFLAGS, then the
exact same stuff was written back with SIOCSIFFLAGS.

Cheers,
Dick Johnson

Penguin : Linux version 2.2.17 on an i686 machine (801.18 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.

-
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:09 EST