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
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
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
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" {
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
>> ```
>>
>
>
> 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
> ```
>
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
```
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?
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
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
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
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".)
>
> 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
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
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.
>>
>
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.
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
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
18 matches
Mail list logo