Thanks! The unreachable filter worked great.<div><br></div><div>-Rob<span></span><br><br>On Wednesday, 29 May 2013, Oleg wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, May 29, 2013 at 01:16:13PM +0100, Rob Greenwood wrote:<br>
> Hi Oleg,<br>
><br>
> Could you give an example? I tried doing export where source = RTS_STATIC;<br>
> but that didn't seem to work<br>
<br>
This is a simple import filter:<br>
<br>
protocol kernel {<br>
...<br>
import where source = RTS_STATIC;<br>
export all;<br>
}<br>
<br>
If unreachable routes pass this filter too, you can filter off its by the<br>
next expression:<br>
<br>
import where dest != RTD_UNREACHABLE;<br>
<br>
</blockquote></div>