On 08. 03. 19 17:52, Marco van Tol wrote:
Op 8 mrt. 2019, om 17:42 heeft Marco van Tol <marco@tols.org> het volgende geschreven:
Hi there,
I'm trying to setup a router with RPKI checks.
I'm using BIRD version 2.0.4.
I was checking the documentation here: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.13
When I put the following in my config, I get the error message: /etc/bird.conf:32:10 syntax error, unexpected SYM
Line 32 is the line with "protocol rpki" on it.
This is a copy/paste from the relevant part of the config: -----< cut here >----- roa4 table r4; roa6 table r6;
protocol rpki { {
Arf, I'm really sorry, this double accolade should not have been there.
Fixing the double accolade does not fix the issue.
Please add some semicolons to line ends. Ondrej
Sorry.