Re: bird not exporting OSPF route

2024-02-28 Thread Nico Schottelius via Bird-users
Hey Ondrej, Ondrej Zajicek writes: > On Wed, Feb 28, 2024 at 04:15:32PM +0900, Nico Schottelius via Bird-users > wrote: > Also note you can write the condition using sets: > > if source ~ [ RTS_STATIC, RTS_BGP, RTS_OSPF, RTS_OSPF_IA, RTS_OSPF_EXT1, > RTS_OSPF_EXT2 ] then ... Thank you, twic

Re: bird not exporting OSPF route

2024-02-28 Thread Ondrej Zajicek via Bird-users
On Wed, Feb 28, 2024 at 04:15:32PM +0900, Nico Schottelius via Bird-users wrote: > > Good morning, > > after switching over to the following filter, as mentioned in the last > mails: > > filter static_and_bgp_and_ospf { > if(source = RTS_STATIC || source = RTS_BGP || source = RTS_OSPF) then >

bird not exporting OSPF route

2024-02-27 Thread Nico Schottelius via Bird-users
Good morning, after switching over to the following filter, as mentioned in the last mails: filter static_and_bgp_and_ospf { if(source = RTS_STATIC || source = RTS_BGP || source = RTS_OSPF) then accept; reject; } I still see routes that are missing in the kernel, even though they are comin