<div dir="ltr">Hello bird users,<div><br></div><div>I ran into the issue with importing OSPF external route. Maybe someone can point me in the right direction.</div><div><br></div><div>This is the OSPF filter:</div><div><div>filter OSPF_IN {</div><div>        if source = RTS_OSPF then accept;</div><div>#        reject;</div><div>        accept;</div><div>}</div></div><div><br></div><div><br></div><div>And this is a route in question - a loopback interface of another  router/OSPF neighbor:</div><div><div>bird> show route for 10.120.0.55 all</div><div><a href="http://10.120.0.55/32">10.120.0.55/32</a>     via x.x.x.x on bond1 [EDGE_OSPF 19:49:20] * E1 (150/10) [10.2.55.2]</div><div><span class="" style="white-space:pre">      </span>Type: OSPF-E1 unicast univ</div><div><span class="" style="white-space:pre"> </span>OSPF.metric1: 10</div><div><span class="" style="white-space:pre">   </span>OSPF.metric2: 16777215</div><div><span class="" style="white-space:pre">     </span>OSPF.tag: 0x00000000</div><div><span class="" style="white-space:pre">       </span>OSPF.router_id: 10.2.55.2</div><div>bird></div></div><div><br></div><div>bird> show ospf state<br></div><div><div><span class="" style="white-space:pre">  </span>router 10.2.55.1</div><div><span class="" style="white-space:pre">           </span>distance 10</div><div><span class="" style="white-space:pre">                ...[some output is omitted ]</span></div><div><span class="" style="white-space:pre">               </span>external <a href="http://10.120.0.55/32">10.120.0.55/32</a> metric 0<br></div></div><div><br></div><div><br></div><div>When I replace 'accept' with 'reject' in the filter, I'm not able to see <a href="http://10.120.0.55/32">10.120.0.55/32</a> route in the FIB.</div><div><br></div><div><br></div><div>Thanks,</div><div>Roman.</div></div>