Hello!
I've used your original patch, for now I don't like doing much
refactoring like this to keep merging with v3 as simple as possible.
Anyway, thank you for sending the patch, I've implemented a
kernel-route-learn test, found out that indeed there is the bug you
found and applied it.
H
And just an idea. I've attached the patch as an example, although it
should be functional too. I mentioned that functions krt_learn_async()
and krt_learn_scan() are very similar and I thought that it may be
useful to join them into a single function. If I did not make a
mistake, all code pathes sho
Hello!
Thank you for finding and fixing. Will check and include.
Maria
On 9/21/22 17:15, Alexander Zubkov via Bird-users wrote:
I made a trivial patch for the case.
On Tue, Sep 20, 2022 at 6:23 PM Alexander Zubkov wrote:
Hi,
Bird from master branch ignores the default preference set in ch
I made a trivial patch for the case.
On Tue, Sep 20, 2022 at 6:23 PM Alexander Zubkov wrote:
>
> Hi,
>
> Bird from master branch ignores the default preference set in channel
> for a kernel protocol, like that:
>
> protocol kernel {
> learn yes;
> ipv4 {
> preferen
Hi,
Bird from master branch ignores the default preference set in channel
for a kernel protocol, like that:
protocol kernel {
learn yes;
ipv4 {
preference 200;
import all;
export none;
};
}
Version 2.0.10 seems ok. I suppose