Re: 2.15, ospf is broken

2024-03-19 Thread Dmitry Melekhov
19.03.2024 18:07, Ondrej Zajicek пишет: Both issues are restricted to physical PtP links (including L3 tunnels like GRE). The first issue is limited to ECMP IPv6 and can be workarounded by disabling ECMP, the second one has wider impact. Problem here is that 2.15 is already in epel. Many syst

Re: Adding a downstream ebgp connection. How to keep it separate?

2024-03-19 Thread LU
Or to keep the question short: Best way/practices to add a downstream eBGP session (to transit a prefix/traffic to a customer) so that it doesn't clash with my existing network on the same router(s). Thanks. śr., 20 mar 2024 o 00:10 LU napisał(a): > Hi. > > So, the Linux BGP routers perform pac

Re: Adding a downstream ebgp connection. How to keep it separate?

2024-03-19 Thread LU
Hi. So, the Linux BGP routers perform packet forwarding. Up until this point they were handling only my own network/prefixes/traffic. Everything is using the default linux/bird main tables. I want to provide connectivity to the customer. I would announce his prefix to a select few of my upstream

Re: Adding a downstream ebgp connection. How to keep it separate?

2024-03-19 Thread Alexander Zubkov via Bird-users
Hi, I think you need to start with explaining why do you want to keep customer and upstream routes in separate tables. Regards, Alexander On Tue, Mar 19, 2024 at 1:39 PM LU wrote: > > Hello. > > I have two BGP routers with bird 2.4. Each router maintains some eBGP > connections to upstreams wh

Re: 2.15, ospf is broken

2024-03-19 Thread Ondrej Zajicek via Bird-users
On Tue, Mar 19, 2024 at 08:50:22AM +0400, Dmitry Melekhov wrote: > Hello! > > Just upgraded and got: > ... > Downgrade to 2.14 solved problem. > > Is there fix for this or workaround? Hello There are two issues, both caused by commit 31aa62ae6d2e111e87c08b4b27a16ead968f0689: 1) BIRD could gene

Re: 2.15, ospf is broken

2024-03-19 Thread Ondrej Zajicek via Bird-users
On Tue, Mar 19, 2024 at 02:51:50PM +0400, Dmitry Melekhov wrote: > 19.03.2024 13:15, Soha Jin пишет: > > > > Hi All, > > > > I have found the problem (inherit next hop from a pointopoint router) > > and already drafted a patch. I will post the patch to the list once I > > have tested it. > > >

Adding a downstream ebgp connection. How to keep it separate?

2024-03-19 Thread LU
Hello. I have two BGP routers with bird 2.4. Each router maintains some eBGP connections to upstreams where I announce my prefixes. These routers have an iBGP connection between themselves to exchange routes learned from those eBGP connections. I do some filtering on the eBGP connections (like se

Re: 2.15, ospf is broken

2024-03-19 Thread Dmitry Melekhov
19.03.2024 13:15, Soha Jin пишет: Hi All, I have found the problem (inherit next hop from a pointopoint router) and already drafted a patch. I will post the patch to the list once I have tested it. Problem is caused by some change , may be it is possible just revert it? Thank you!

[PATCH] OSPF: fix next-hop inheriting condition

2024-03-19 Thread Soha Jin via Bird-users
Signed-off-by: Soha Jin Co-developed-by: Wende Tan --- proto/ospf/rt.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index efcd4e17..7636e9a2 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -1726,10 +1726,24 @@

Re: 2.15, ospf is broken

2024-03-19 Thread Dmitry Melekhov
19.03.2024 12:57, Maria Matejka via Bird-users пишет: Hello, please tell us more about your setup, config and topology. With this, we can't even start looking for the possible problem. Here is config from one of servers, which is affected. Really any host with bird2.15 is affected, but we

RE: 2.15, ospf is broken

2024-03-19 Thread Soha Jin via Bird-users
Hi All, I have found the problem (inherit next hop from a pointopoint router) and already drafted a patch. I will post the patch to the list once I have tested it. Regards, Soha From: Bird-users On Behalf Of Maria Matejka via Bird-users Sent: Tuesday, March 19, 2024 4:57 PM To:

Re: RTBH (Remotely Triggered Black Hole) using Bird

2024-03-19 Thread Mazur, Dariusz via Bird-users
Hello Ondrej, Thanks for explanation and workaround. It works like expected. Thanks, Dariusz On 3/18/24, 2:31 PM, "Ondrej Zajicek" mailto:santi...@crfreenet.org>> wrote: On Mon, Mar 18, 2024 at 09:57:22AM +, Mazur, Dariusz via Bird-users wrote: > Hello Bird Users, > I am trying to implemen