Hi to all, I am very glad, David jumped the same horse I did - which makes it less dead than we thought ;-) Am 2012-02-18 13:06, schrieb Ondrej Zajicek:
You can use attached patch to get RIPng work (at least on Linux, probably also with 'honor neighbor' option, but i didn't checked that).
Yes, "honor neighbor" works fine under Linux. I can happily confirm that RIPng is now a working protocol with BIRD! Thank you very much.
It contains the patch from Roman Hoog Antink [1], does not contain the patch from Goesta Smekal [2] (which is needed just for compatibily with other implementations), but it could be used simuntaneously.
Hmm ... I wonder if interoperability is really that optional for a routing daemon. Anyway, my patch still works against current git version, so it works for me ;-) kind regards Goesta -- #!/usr/bin/perl foreach $c (split(/ /,"47 6f 65 73 74 61 20 53 6d 65 6b 61 6c 0d 0a")) { print pack("C", hex($c));}