Possibly a way to match Kernel.source field?
Hi there fellow BIRD users, Does anyone perhaps know if there is a way to match this field? I'm trying to create a filter to prevent these from being imported into my one table which I feed into OSPF6. I've tried, Kernel.source and kernel.source sadly with no luck. This item corresponds to the "ip route" protocol field. Kind Regards Nigel
Hi, I'm sure one of the attributes mentioned in the documentation fits your need: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.7 Regards, Alexander Zubkov On Sat, Sep 30, 2023, 22:20 Nigel Kukard via Bird-users < bird-users@network.cz> wrote:
Hi there fellow BIRD users,
Does anyone perhaps know if there is a way to match this field?
I'm trying to create a filter to prevent these from being imported into my one table which I feed into OSPF6.
I've tried, Kernel.source and kernel.source sadly with no luck. This item corresponds to the "ip route" protocol field.
Kind Regards Nigel
On 9/30/23 20:31, Alexander Zubkov wrote:
Hi,
I'm sure one of the attributes mentioned in the documentation fits your need: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.7 <https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.7>
Can't believe I am so blind, thanks! :) -N
Regards, Alexander Zubkov
On Sat, Sep 30, 2023, 22:20 Nigel Kukard via Bird-users <bird-users@network.cz> wrote:
Hi there fellow BIRD users,
Does anyone perhaps know if there is a way to match this field?
I'm trying to create a filter to prevent these from being imported into my one table which I feed into OSPF6.
I've tried, Kernel.source and kernel.source sadly with no luck. This item corresponds to the "ip route" protocol field.
Kind Regards Nigel
Hello! On 2023-09-30 22:33, Nigel Kukard via Bird-users wrote:
On 9/30/23 20:31, Alexander Zubkov wrote:
Hi,
I'm sure one of the attributes mentioned in the documentation fits your need: https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.7 <https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.7>
Can't believe I am so blind, thanks! :)
To make it easier, in BIRD 3 (in alpha now), the attributes are named exactly the same in the show route output and in filters. We won't backport this to BIRD 2; it breaks looking glasses. Maria -- Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.
participants (3)
-
Alexander Zubkov -
Maria Matejka -
Nigel Kukard