Dears, I am new to bird. I am trying to follow the examples here: https://bird.network.cz/?get_doc&v=16&f=bird-6.html#ss6.2 I get syntax errors for these lines: route 10.17.3.0/24 via 10.17.3.215 bfd; table testable; in the 'protocol static' section. protocol bfd { interface "eth1" { min rx interval 20 ms; min tx interval 50 ms; idle tx interval 300 ms; }; } protocol static { table testable; export all; import all; check link; route 10.17.3.0/24 via 10.17.3.215 bfd; } Regards, Farhad
On Mon, Jul 27, 2020 at 12:14:58PM +0200, Farhad wrote:
Dears,
I am new to bird. I am trying to follow the examples here: https://bird.network.cz/?get_doc&v=16&f=bird-6.html#ss6.2
Which version of BIRD do you use? It seems that you are using BIRD 2, bud documentation for BIRD 1.6. -- 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."
Hi, Thanks for your reply, this is the version I am using: BIRD version 1.6.4 On Mon, Jul 27, 2020 at 1:07 PM Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Mon, Jul 27, 2020 at 12:14:58PM +0200, Farhad wrote:
Dears,
I am new to bird. I am trying to follow the examples here: https://bird.network.cz/?get_doc&v=16&f=bird-6.html#ss6.2
Which version of BIRD do you use? It seems that you are using BIRD 2, bud documentation for BIRD 1.6.
-- 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)
-
Farhad -
Ondrej Zajicek