Thanks! The unreachable filter worked great.

-Rob

On Wednesday, 29 May 2013, Oleg wrote:
On Wed, May 29, 2013 at 01:16:13PM +0100, Rob Greenwood wrote:
> Hi Oleg,
>
> Could you give an example? I tried doing export where source = RTS_STATIC;
> but that didn't seem to work

  This is a simple import filter:

  protocol kernel {
    ...
    import where source = RTS_STATIC;
    export all;
  }

  If unreachable routes pass this filter too, you can filter off its by the
next expression:

  import where dest != RTD_UNREACHABLE;