Birdc po prikazu configure hlasi: Reading configuration from /usr/local/etc/bird.conf /usr/local/etc/bird.conf, line 97: parse error Konfigurace: (prvnich 94 radku preskoceno) protocol ospf MyOSPF { rfc1583compat yes; area 0.0.0.0 { stub no; tick 1; interface "eth*" { hello 9; retransmit 6; cost 10; transit delay 5; dead count 5; wait 50; type broadcast; authentication none; password "pass"; }; # interface "arc0" { # type nonbroadcast; # poll 14; # neighbors { # 10.1.1.2 eligible; # 10.1.1.4; # }; # strict nonbroadcast yes; # }; }; # area 20 { # stub 1; # interface "ppp1" { # hello 8; # authentication none; # }; # }; } Pri tvorve jsem vychazel z examplu. Nema negdo zkusenosti s timto problemem??? diky b0dYn
On Fri, 16 Jul 2004, Petr Dittrich wrote: Hi!! (Sorry, but the language of this list is "what we call" English.)
Birdc po prikazu configure hlasi: Reading configuration from /usr/local/etc/bird.conf /usr/local/etc/bird.conf, line 97: parse error
Konfigurace: (prvnich 94 radku preskoceno) protocol ospf MyOSPF {
rfc1583compat yes;
There is a bug in configuration parsing. Please add: rfc1583compat yes ;; with double ';'. It will be fixed in next release. Feela
participants (2)
-
Ondrej Filip -
Petr Dittrich