I took the opportunity today to try out the quagga-babeld implementation. I have high hopes for it eventually (especially if it can also replace the separate radvd, eventually)
git://code.quagga.net/quagga-RE.git commit: 1a330df22cbaab32ba996c66c11d9272b553b07c 1) When testing against an older babel (circa september) The zebra version would not install "via" routes for subnets. This is what I get normally with the original babeld root@ida:/usr/local/sbin# ip route default via 192.168.1.1 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 172.30.42.0/27 dev eth1 proto kernel scope link src 172.30.42.2 172.30.42.1 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.32/27 dev eth0 proto kernel scope link src 172.30.42.35 172.30.42.64/27 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.65 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.96/27 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.97 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.128/27 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.129 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.160/27 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.161 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.42.224 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.43.1 via 172.30.42.1 dev eth1 proto 42 onlink 172.30.43.2 via 172.30.42.1 dev eth1 proto 42 onlink 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.111 metric 2 192.168.1.109 via 172.30.42.1 dev eth1 proto 42 onlink I get no via restrictions for the quagga version and thus routes off of the ethernet interface I'm on, don't work 172.30.42.160/27 dev eth1 proto zebra 2) When testing the quagga version against a more recent babel with or without diversity enabled... At the moment I'm getting nothing at all, but perhaps that's a router-id or state mismatch or something like that. -- Dave Täht SKYPE: davetaht US Tel: 1-239-829-5608 FR Tel: 0638645374 http://www.bufferbloat.net _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

