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
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
>
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