RPKI validation on startup

2019-11-10 Thread Brooks Swinnerton
Hello, I have RPKI validation working correctly, but it seems that when BIRD first starts it does not reject invalid RPKI routes. If I run `reload in ` everything works great. I suspect this is some sort of race condition in 2.0.7. Has anyone else come across this?

Re: Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Brooks Swinnerton
That did the trick, thank you! On Sun, Nov 10, 2019 at 2:26 PM Pier Carlo Chiodi wrote: > Hello, > > you might need to compile BIRD with --enable-libssh. > > Bests > > > Il dom 10 nov 2019, 20:08 Brooks Swinnerton ha > scritto: > >> Hello, >> >> I'm trying to configure RPKI in BIRD 2.0.6. With

Re: Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Pier Carlo Chiodi
Hello, you might need to compile BIRD with --enable-libssh. Bests Il dom 10 nov 2019, 20:08 Brooks Swinnerton ha scritto: > 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 go

Configuring RPKI returns syntax error, unexpected CF_SYM_UNDEFINED

2019-11-10 Thread Brooks Swinnerton
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 re