<div dir="ltr">Hello,<br><div><br></div><div>I'm trying to configure RPKI in BIRD 2.0.6. With the following configuration:</div><div><br></div><div>```</div><div>200 roa4 table r4;<br>201 roa6 table r6;<br>202<br>203 protocol rpki gortr {<br>204   roa4 { table r4; };<br>205   roa6 { table r6; };<br>206<br>207   remote "<a href="http://rpki.neptunenetworks.org">rpki.neptunenetworks.org</a>" port 8282;<br>208<br>209   retry keep 90;<br>210   refresh keep 900;<br>211   expire keep 172800;<br>212 }<br></div><div>```</div><div><br></div><div>I receive the following when loading the configuration:</div><div><br></div><div>```</div><div>bird> configure soft<br>Reading configuration from /etc/bird.conf<br>/etc/bird.conf:203:10 syntax error, unexpected CF_SYM_UNDEFINED<br></div><div>```</div></div>