Hi Oleg,

Could you give an example? I tried doing export where source = RTS_STATIC; but that didn't seem to work

-Rob

On Wednesday, 29 May 2013, Oleg wrote:
On Wed, May 29, 2013 at 12:27:26PM +0100, Rob Greenwood wrote:
> Hi,
>
> I'm wondering if there is a way with bird to only import static routes from
> the kernel routing table. Routes are currently being managed directly in
> the linux routing table via keepalived, however, I want to announce them
> out via BGP.

  You can filter by the source attribute of a route (for static routes it must
  be RTS_STATIC).