> Instead of > > interface wlan0 rxcost 42 > > say > > in if wlan0 metric 42 > out if wlan0 metric 42
That should say Instead of interface wlan0 rxcost 276 where 276 is 256*(sqrt(1 + 42/256)). See, I told you that rxcost is confusing. It hooks into the link quality algorithm at a low level, and working out what it will do depends on which particular link quality algorithm is being used on this particular interface. Filters, OTOH, just add a constant penalty to a metric -- easy to explain, easy to understand. -- Juliusz _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

