Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED
Brooks Swinnerton
bswinnerton at gmail.com
Sun Nov 10 20:08:04 CET 2019
Hello,
I'm trying to configure RPKI in BIRD 2.0.6. With the following
configuration:
```
200 roa4 table r4;
201 roa6 table r6;
202
203 protocol rpki gortr {
204 roa4 { table r4; };
205 roa6 { table r6; };
206
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
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20191110/f232d89f/attachment.htm>
More information about the Bird-users
mailing list