Hi! Is master ready for a 2.0.8 release? The 2.0.7 release has several bugs that I think are worth a release to a broader audience (seems like they are all in master) * OSPF authentication causes SEGV https://bird.network.cz/pipermail/bird-users/2020-January/014174.html * No LPM on static routes https://bird.network.cz/pipermail/bird-users/2020-May/014563.html * Primary route flag corrupt https://bird.network.cz/pipermail/bird-users/2019-October/013931.html * Incorrect CLI output (fix continuation lines) https://bird.network.cz/pipermail/bird-users/2019-December/014019.html When looking thru master I found the following bug fixes are missing; * Multiple routes to the same network with different preference Looks like this is maintained in branch mq-ordered. Will mq-ordered branch merge into master? https://bird.network.cz/pipermail/bird-users/2019-October/013897.html * Socket close https://bird.network.cz/pipermail/bird-users/2019-June/013465.html * CLI socket buffer full https://bird.network.cz/pipermail/bird-users/2019-June/013464.html Thanks, Kenth
On Fri, May 15, 2020 at 02:11:56PM +0000, Kenth Eriksson wrote:
Hi!
Is master ready for a 2.0.8 release?
The 2.0.7 release has several bugs that I think are worth a release to a broader audience (seems like they are all in master)
Hi You are right, there are several bugfixes in master and we should release 2.0.8 soon. There are still few items in my todo that i want to fix / finish before releasing the new version. Thanks for noticing about missing bug fixes, will check that.
Will mq-ordered branch merge into master?
Unlikely, it was an experiment that has high overhead and is not useful for its intended purpose. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Fri, 2020-05-15 at 17:51 +0200, Ondrej Zajicek wrote:
On Fri, May 15, 2020 at 02:11:56PM +0000, Kenth Eriksson wrote:
Hi!
Is master ready for a 2.0.8 release?
The 2.0.7 release has several bugs that I think are worth a release to a broader audience (seems like they are all in master)
Hi
You are right, there are several bugfixes in master and we should release 2.0.8 soon. There are still few items in my todo that i want to fix / finish before releasing the new version. Thanks for noticing about missing bug fixes, will check that.
Can you name these items? Does any of them fix regressions? What I am basically wondering is if master is better(less bugs) than 2.0.7 ?
On Fri, May 15, 2020 at 04:00:20PM +0000, Joakim Tjernlund wrote:
On Fri, 2020-05-15 at 17:51 +0200, Ondrej Zajicek wrote:
On Fri, May 15, 2020 at 02:11:56PM +0000, Kenth Eriksson wrote:
Hi!
Is master ready for a 2.0.8 release?
The 2.0.7 release has several bugs that I think are worth a release to a broader audience (seems like they are all in master)
Hi
You are right, there are several bugfixes in master and we should release 2.0.8 soon. There are still few items in my todo that i want to fix / finish before releasing the new version. Thanks for noticing about missing bug fixes, will check that.
Can you name these items?
Sure: * Finalize counters/stats * Finish and merge more efficient (4bit) prefix sets * Wildcards in BGP path masks * OSPF zero key ID * Fix log access during reconfiguration * RIP demand-circuit documentation
Does any of them fix regressions? What I am basically wondering is if master is better(less bugs) than 2.0.7 ?
I am not aware of any regressions. Although there is a counters/stats patch in master that produces different CLI output from one planned for 2.0.8. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Fri, 2020-05-15 at 17:51 +0200, Ondrej Zajicek wrote:
Will mq-ordered branch merge into master?
Unlikely, it was an experiment that has high overhead and is not useful for its intended purpose.
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
On Mon, May 18, 2020 at 08:06:15AM +0000, Kenth Eriksson wrote:
On Fri, 2020-05-15 at 17:51 +0200, Ondrej Zajicek wrote:
Will mq-ordered branch merge into master?
Unlikely, it was an experiment that has high overhead and is not useful for its intended purpose.
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8 -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Tue, 2020-05-19 at 15:49 +0200, Ondrej Zajicek wrote:
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8
Sounds great. Do you have a rough time plan for 2.0.8? Are we talking days, weeks or months?
On Tue, May 19, 2020 at 02:18:20PM +0000, Kenth Eriksson wrote:
On Tue, 2020-05-19 at 15:49 +0200, Ondrej Zajicek wrote:
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8
Sounds great. Do you have a rough time plan for 2.0.8? Are we talking days, weeks or months?
The current plan is end of 2020-05. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hi there, May I know when will v2.0.8 be released? I'm looking forward to see it. I'm sorry if I miss an announcement. ----- Nasato Goto -----
-----Original Message----- From: Bird-users <bird-users-bounces@network.cz> On Behalf Of Ondrej Zajicek Sent: Wednesday, May 20, 2020 9:29 PM To: Kenth Eriksson <Kenth.Eriksson@infinera.com> Cc: bird-users@network.cz Subject: Re: Master ready for 2.0.8?
On Tue, May 19, 2020 at 02:18:20PM +0000, Kenth Eriksson wrote:
On Tue, 2020-05-19 at 15:49 +0200, Ondrej Zajicek wrote:
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8
Sounds great. Do you have a rough time plan for 2.0.8? Are we talking days, weeks or months?
The current plan is end of 2020-05.
-- Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hi, No, still 2.0.7 as I understand: https://gitlab.nic.cz/labs/bird/-/blob/master/NEWS On Mon, Sep 28, 2020 at 3:16 AM Nasato Goto <goto@mfeed.ad.jp> wrote:
Hi there,
May I know when will v2.0.8 be released? I'm looking forward to see it. I'm sorry if I miss an announcement.
----- Nasato Goto -----
-----Original Message----- From: Bird-users <bird-users-bounces@network.cz> On Behalf Of Ondrej Zajicek Sent: Wednesday, May 20, 2020 9:29 PM To: Kenth Eriksson <Kenth.Eriksson@infinera.com> Cc: bird-users@network.cz Subject: Re: Master ready for 2.0.8?
On Tue, May 19, 2020 at 02:18:20PM +0000, Kenth Eriksson wrote:
On Tue, 2020-05-19 at 15:49 +0200, Ondrej Zajicek wrote:
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8
Sounds great. Do you have a rough time plan for 2.0.8? Are we talking days, weeks or months?
The current plan is end of 2020-05.
-- Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hey all, I’d also like to see if 2.0.8 might be soon as I just ran into a bug in 2.0.7 which I think is also already fixed? At least in the latest source I don’t seem to see this anymore (BIRD v2.0.7-116-g600eb695-x) In 2.0.7 I sometimes see that ‘birdc configure’ does not update/re-analyse the current routes using the new BGP filters. Kind regards, Stefan
On 28. Sep 2020, at 12:19, Alexander Zubkov <green@qrator.net> wrote:
Hi,
No, still 2.0.7 as I understand: https://gitlab.nic.cz/labs/bird/-/blob/master/NEWS
On Mon, Sep 28, 2020 at 3:16 AM Nasato Goto <goto@mfeed.ad.jp> wrote:
Hi there,
May I know when will v2.0.8 be released? I'm looking forward to see it. I'm sorry if I miss an announcement.
----- Nasato Goto -----
-----Original Message----- From: Bird-users <bird-users-bounces@network.cz> On Behalf Of Ondrej Zajicek Sent: Wednesday, May 20, 2020 9:29 PM To: Kenth Eriksson <Kenth.Eriksson@infinera.com> Cc: bird-users@network.cz Subject: Re: Master ready for 2.0.8?
On Tue, May 19, 2020 at 02:18:20PM +0000, Kenth Eriksson wrote:
On Tue, 2020-05-19 at 15:49 +0200, Ondrej Zajicek wrote:
What is then the plan for static routes to the same network with different preference? Is there a rewrite planned for 2.0.8?
I will try to implement that for 2.0.8
Sounds great. Do you have a rough time plan for 2.0.8? Are we talking days, weeks or months?
The current plan is end of 2020-05.
-- Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (6)
-
Alexander Zubkov -
Joakim Tjernlund -
Kenth Eriksson -
Nasato Goto -
Ondrej Zajicek -
Stefan Plug