systemctl doesn't specify the syntax error during service restart/reload in bird version 2

2023-07-05 Thread Jimmy Lim
Hi guys, I have just upgraded the bird version to version 2. I just wonder whether there is anything we should configure for systemd to notify us of a syntax error in bird.conf while doing systemctl reload/restart bird? It is no longer informing me somehow now. # systemctl reload bird

Re: syntax error

2020-07-27 Thread Farhad
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 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

Re: syntax error

2020-07-27 Thread Ondrej Zajicek
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. -- El

syntax error

2020-07-27 Thread Farhad
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" {

Re: Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Brooks Swinnerton
06 >> 207 remote "rpki.neptunenetworks.org" port 8282; >> 208 >> 209 retry keep 90; >> 210 refresh keep 900; >> 211 expire keep 172800; >> 212 } >> ``` >> >> I receive the following when loading the configuration: >> >> ``` >> bird> configure soft >> Reading configuration from /etc/bird.conf >> /etc/bird.conf:203:10 syntax error, unexpected CF_SYM_UNDEFINED >> ``` >> >

Re: Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Pier Carlo Chiodi
> > I receive the following when loading the configuration: > > ``` > bird> configure soft > Reading configuration from /etc/bird.conf > /etc/bird.conf:203:10 syntax error, unexpected CF_SYM_UNDEFINED > ``` >

Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Brooks Swinnerton
ry keep 90; 210 refresh keep 900; 211 expire keep 172800; 212 } ``` I receive the following when loading the configuration: ``` bird> configure soft Reading configuration from /etc/bird.conf /etc/bird.conf:203:10 syntax error, unexpected CF_SYM_UNDEFINED ```

Re: radv/OpenWRT: "propagate routes yes" syntax error

2019-06-11 Thread Ondrej Zajicek
g to start bird with "propagate routes yes" it says > that there's a syntax error in this line. Without - announcing only the > default route - everything works fine. > > The exact version is 1.6.3 on OpenWRT 18.02. > > Has anyone an idea on how to solve this?

radv/OpenWRT: "propagate routes yes" syntax error

2019-06-10 Thread Marvin Gaube
ery time I'm trying to start bird with "propagate routes yes" it says that there's a syntax error in this line. Without - announcing only the default route - everything works fine. The exact version is 1.6.3 on OpenWRT 18.02. Has anyone an idea on how to solve this? I didn&#

Re: BUG syntax error on line 57, in bird.conf

2018-01-17 Thread Ondrej Zajicek
On Wed, Jan 17, 2018 at 02:28:44PM -0500, Tyler Bennett wrote: > I am testing our bird routing daemon version to 2.0.0, on archlinux per > the pkged version of bird by the archlinux devs. > > There seems to be an issue with the default bird.conf file that is > provided by the bird source code, it

BUG syntax error on line 57, in bird.conf

2018-01-17 Thread Tyler Bennett
I am testing our bird routing daemon version to 2.0.0, on archlinux per the pkged version of bird by the archlinux devs. There seems to be an issue with the default bird.conf file that is provided by the bird source code, it errors out on line 57. Does the config file have to be edited before it c

Re: Syntax error at "export all;"

2017-07-29 Thread Roger Schreiter
er, I even do not get running the simples samples. >> >> My conf file >> >> protocol kernel { >> export all; >> } >> >> does fail. >> Bird complains "syntax error" (indicating the line number with "export >> all".)

Re: Syntax error at "export all;"

2017-07-28 Thread Ondrej Zajicek
> > does fail. > Bird complains "syntax error" (indicating the line number with "export > all".) Hi You are perhaps running 2.0 prerelease version? You could start with 1.6.3 version, which is properly documented and should work with your sample. For details about 2

Syntax error at "export all;"

2017-07-27 Thread Roger Schreiter
Hello, I just started configuring my first installation of bird. However, I even do not get running the simples samples. My conf file protocol kernel { export all; } does fail. Bird complains "syntax error" (indicating the line number with "export all".) If I comment

Re: merge paths on gives syntax error

2016-08-09 Thread Jan Matejka
d wrote: >>> Hi, >>> >>> I am running the default Bird install (1.5.0-4build1) from Ubuntu >>> 16.0.4 and >>> when I enable merge paths on the kernel protocol bird refuses to start >>> because of a syntax error. This is the very default config I use. Do >>> I miss >>> something obvious? >> Hi >> >> Merge paths feature was added in 1.6.0. >> >

Re: merge paths on gives syntax error

2016-08-09 Thread Eelco Nieuwstad
unning the default Bird install (1.5.0-4build1) from Ubuntu 16.0.4 and when I enable merge paths on the kernel protocol bird refuses to start because of a syntax error. This is the very default config I use. Do I miss something obvious? Hi Merge paths feature was added in 1.6.0.

Re: merge paths on gives syntax error

2016-08-09 Thread Ondrej Zajicek
On Tue, Aug 09, 2016 at 09:23:24AM +0200, Eelco Nieuwstad wrote: > Hi, > > I am running the default Bird install (1.5.0-4build1) from Ubuntu 16.0.4 and > when I enable merge paths on the kernel protocol bird refuses to start > because of a syntax error. This is the very default con

merge paths on gives syntax error

2016-08-09 Thread Eelco Nieuwstad
Hi, I am running the default Bird install (1.5.0-4build1) from Ubuntu 16.0.4 and when I enable merge paths on the kernel protocol bird refuses to start because of a syntax error. This is the very default config I use. Do I miss something obvious? log syslog { info, remote, warning, error