Working with a new BIRD 1.2.1 build and am trying to get route reflection set up. I cannot get BIRD to accept the "rr cluster id" command. I get the following error message ... /usr/local/etc/bird.conf, line 10: syntax error Following is my complete configuration file ... ------------------------------------------------------------------- router id 69.16.134.148; log "/usr/local/var/log/bird.log" all; protocol bgp r1_aa { local as 65000; neighbor 69.16.134.1 as 65000; multihop 5 via 69.16.134.145; password "test"; rr cluster id 1.1.1.1; rr client; next hop self; } ------------------------------------------------------------------- Thanks in advance for any help ... Neil
On Wed, Apr 07, 2010 at 07:28:18PM -0600, Neil Davidson wrote:
Working with a new BIRD 1.2.1 build and am trying to get route reflection set up. I cannot get BIRD to accept the "rr cluster id" command. I get the following error message ...
Hello This is known bug, you can use attached patch or wait for a next version, which will be released in a few days. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (2)
-
Neil Davidson -
Ondrej Zajicek