> 2) I'd used the rxcost parameter to babel to give 5.x ghz network a
> tiny preference in case of tie with 2.4 ghz. Don't know how to do that
> in quagga-babel

Hello, all.

The rxcost knob doesn't currently exist in quagga-babeld, although the cost 
field is defined and used. The current code, function 
babel_set_wired_internal(), sets cost to 96 for wired links and to 256 for 
wireless. I could not come up with anything better than this syntax:

!
interface eth0
 ! all reset to default setting, invisible in running-config
 babel rxcost auto
 no babel rxcost
 no babel rxcost 100
 ! custom value, visible in running-config
 babel rxcost 100
 ! implicitly change rxcost in "auto" mode
 babel wired
 babel wireless
!

This can be implemented relatively quickly.

-- 
    Denis Ovsienko

_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to