RE: bird BGP not advertise local routing, unless make it blackhole

2024-06-04 Thread Soha Jin
Hello Chris, � According to the documentation, https://bird.network.cz/?get_doc &v=20&f=bird-6.html#ss6.17 � A route requires at least one next hop. “route 192.168.0.0/16;” should not pass the configuration check. � Valid rout

RE: community matching

2024-05-08 Thread Soha Jin via Bird-users
Hi, � You can take a look at https://bird.network.cz/?get_doc &v=20&f=bird-5.html#ss5.2, the pair/ec/lc set is for bgp_community/bgp_ext_community/bgp_large_community. � 6509:4804 is written as a pair of number, (6509,4804), in BI

[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 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: BIRD 2.15

2024-03-11 Thread Soha Jin via Bird-users
ospfv3v6` will tell) Regards, Soha From: Ilham Maulana Sent: Monday, March 11, 2024 5:02 PM To: Soha Jin Cc: Soha Jin via Bird-users Subject: RE: BIRD 2.15 � Hello Soha, � Thank you. It works with 'ecmp off'. � One more thing I notice in Bird 2.15, is this warni

[PATCH] OSPF: don't skip next-hop resolve for PtP link for v2 and v3 with IPv6

2024-03-11 Thread Soha Jin via Bird-users
This is a hack for Linux kernel, who does not support device-only routes for IPv6 multipath. Signed-off-by: Soha Jin --- proto/ospf/rt.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index efcd4e17..54372070 100644 --- a

RE: BIRD 2.15

2024-03-11 Thread Soha Jin via Bird-users
Hello Ilham, You can disable ECMP with `ecmp off;` in the protocol `ospfv3v6` as a workaround (if you don’t need ECMP). Since 31aa62ae6d2e111e87c08b4b27a16ead968f0689, OSPFv3 will use direct route for pointopoint interfaces. Unfortunately, kernel doesn’t support multipath with a device only ro

RE: [PATCH] OSPF: on PtP ospf_iface with physical PtP links, skip next-hop resolving

2023-11-09 Thread Soha Jin
m: Ondrej Zajicek > Sent: Thursday, November 9, 2023 9:41 PM > To: Soha Jin > Cc: bird-users@network.cz; Wende Tan > Subject: Re: [PATCH] OSPF: on PtP ospf_iface with physical PtP links, skip > next-hop resolving > > Hi > > Thanks, merged. > > I hope it does not

[PATCH] OSPF: on PtP ospf_iface with physical PtP links, skip next-hop resolving

2023-11-05 Thread Soha Jin
Signed-off-by: Soha Jin Co-developed-by: Wende Tan --- proto/ospf/rt.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 471bb586..02b2f214 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -1796,7 +1796,12 @@ calc_next_hop