Hello,

> I'm using babeld stand alone daemon:
> babeld 'redistribute metric 128' wlan0
> 
> And in quagga I tryed to do this:
> router ospf
> redistribute babel


The objective of quagga is to have all your routing suite in quagga :
ospf-quagga don't speak to the kernel, but to zebrad, which one speaks to the 
kernel. When you specified "redistribute babeld" to ospf, it means that you 
tells ospf to redistribute the routes installed in zebrad by babel-quagga.

The standalone babeld redistribute ospf routes because they are installed in 
the kernel, and babeld directly lookups in the kernel.

So in fact, you should tell "redistribute kernel" (I think).

Matthieu


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

Reply via email to