Re: IPv6 OSPF stub interface not taken into account

2024-05-06 Thread Alarig Le Lay via Bird-users
On Mon 06 May 2024 18:02:28 GMT, Bastien Durel wrote: > If I remember well, you must have a link-local address on the interface > for it to be taken in account. I confirm: edge03-stolon ~ # ip a sh dev lo 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:0

Re: IPv6 OSPF stub interface not taken into account

2024-05-06 Thread Bastien Durel
Le lundi 06 mai 2024 à 17:34 +0200, Alarig Le Lay via Bird-users a écrit : > Hello, > > I have two OSPF protocols, one for IPv4 and one for IPv6. I’ve set > the > lo interface for both, but it only shows up for IPv4: Hello, If I remember well, you must have a link-local address on the interface

IPv6 OSPF stub interface not taken into account

2024-05-06 Thread Alarig Le Lay via Bird-users
Hello, I have two OSPF protocols, one for IPv4 and one for IPv6. I’ve set the lo interface for both, but it only shows up for IPv4: protocol ospf ospf_ipv4 { merge external; ipv4 { import all; import keep filtered; import limit 200

Re: EVPN support in BIRD

2024-05-06 Thread Tim Weippert via Bird-users
Hi Ondrej, On Mon, May 06, 2024 at 03:10:14PM +0200, Ondrej Zajicek wrote: > On Mon, May 06, 2024 at 12:24:07PM +0200, Tim Weippert via Bird-users wrote: > > Hi Ondrej, > > > > just a quick question, should bird2 announce type 2 prefixes > > in this state? > > > > i do some tests with an FRR

Re: EVPN support in BIRD

2024-05-06 Thread Ondrej Zajicek via Bird-users
On Mon, May 06, 2024 at 12:24:07PM +0200, Tim Weippert via Bird-users wrote: > Hi Ondrej, > > just a quick question, should bird2 announce type 2 prefixes > in this state? > > i do some tests with an FRR EVPN network and add one bird2 evpn node. I > receive evpn routes and see them in the appro

Re: EVPN support in BIRD

2024-05-06 Thread Tim Weippert via Bird-users
Hi Ondrej, just a quick question, should bird2 announce type 2 prefixes in this state? i do some tests with an FRR EVPN network and add one bird2 evpn node. I receive evpn routes and see them in the appropriate tables (evpntab and etab), but while on the FRR side i get only the l2 parts of a ty

Re: bird2 doesn't negotiate with gobgp over ipv6

2024-05-06 Thread Vladimir Pouzanov
As far as I know, the recent cilium releases are capable of running ipv6 only (although I didn't try it personally, yet). BGP-wise, the only change you should need to make is to specify the router id: https://docs.cilium.io/en/latest/network/bgp-control-plane/#specifying-router-id-ipv6-single-stack

Re: bird2 doesn't negotiate with gobgp over ipv6

2024-05-06 Thread Nico Schottelius via Bird-users
Vladimir, I love the direction you are going with cilium and bird. We actually had cilium on our list for potential CNIs, but hold yourself: had to drop it, because cilium does NOT work on IPv6 only hosts! I.e. if the k8s workers are IPv6 only, cilium crashes [0]. In case you make any progress