Importing/exporting only static routes from the kernel

Rob Greenwood bilco105 at gmail.com
Wed May 29 18:29:03 CEST 2013


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;
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20130529/a8b0bcba/attachment-0001.html>


More information about the Bird-users mailing list