On Wed, 2011-08-31 at 09:54 +0200, Johannes Berg wrote: > On Wed, 2011-08-31 at 09:53 +0200, Johannes Berg wrote: > > > > MATCH={BSSID=00:01:02:03:04:05} and > > > NOT_MATCH={MIN_RSSI=-70} > > Actually does that really make sense? > > I suspect you'd want something like > > MATCH SSID="foo" && RSSI >= -70 > > where the && part isn't really expressed now? Ahmmm... yes, the actual parameters don't make much sense. :D But about &&, I guess it's should be like this: MATCH={1=... OR 2=... OR 3=...} AND NOT_MATCH={1=... NOR 2=...} So the netfiltery way of doing it would be much more complicated, because we would have to specify ANDs and ORs explicitly in the list somehow. -- Cheers, Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html