Re: IFF_PROMISC again

2007-05-27 Thread Martín Ferrari
sent) - Dropping gflags altogether, as there doesn't seem to be any real use case for it, and keep using dev_get_flags(). Any suggestion? -- Martín Ferrari - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: IFF_PROMISC again

2007-05-26 Thread Martín Ferrari
searched for this a lot! It could be all I need, although it doesn't seem very robust to look at the bitmap driectly, is it? Maybe it would be cleaner to add an promiscuity file to that structure? -- Martín Ferrari - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: IFF_PROMISC again

2007-05-26 Thread Martín Ferrari
(binary) promiscuous state is a problem for userspace. Do you think the patch I suggested is not a good idea? Do you think there is a acceptable way of exporting that info to userspace? (as I just said to Ben, the /sys/.../flags file doesn't seem a very clean way of checking it). -- Martín Ferrari

[patch] make real promisc status visible

2007-05-19 Thread Martín Ferrari
]: http://lists.openwall.net/netdev/2007/05/01/63 -- Martín Ferrari [EMAIL PROTECTED] --- net/core/dev.c.orig 2007-05-19 07:06:34.0 -0300 +++ net/core/dev.c 2007-05-19 07:08:06.0 -0300 @@ -2357,9 +2357,7 @@ { unsigned flags; - flags = (dev-flags ~(IFF_PROMISC

IFF_PROMISC again

2007-05-01 Thread Martín Ferrari
them. I don't know how. Can anyone give me a pointer? Thanks, Martín. -- Martín Ferrari [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Problems with list

2007-04-30 Thread Martín Ferrari
I've been sending mail to linux-net and netdev without any success. I even subscribed to both lists, and still my mail doesn't deliver. I'm trying a different MUA to see if majordomo is eating my email for some obscure reason, please somebody reply me privately if this gets thru. -- Martín