Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Ondrej Zajicek
On Mon, Aug 05, 2019 at 07:07:37PM +0200, Vincent Bernat wrote: > ❦ 5 août 2019 18:28 +02, Ondrej Zajicek : > > >> You mean I can do: > >> > >> protocol bgp XXX { > >> neighbor; > >> interface eth0; > >> /* ... */ > >> } > >> > >> ? > > > > No, you need to specify neighbor link-local

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Vincent Bernat
❦ 5 août 2019 18:28 +02, Ondrej Zajicek : >> You mean I can do: >> >> protocol bgp XXX { >> neighbor; >> interface eth0; >> /* ... */ >> } >> >> ? > > No, you need to specify neighbor link-local address > (i probably misunderstood your point): > > protocol bgp XXX { > neighbor fe80::1

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Ondrej Zajicek
On Mon, Aug 05, 2019 at 06:03:53PM +0200, Vincent Bernat wrote: > ❦ 5 août 2019 17:24 +02, Ondrej Zajicek : > >> Notably: > >> > >> - establish a BGP session using an interface name and the associated > >>link-local IPv6 address, > > > > This is already supported since long time. > > You

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Vincent Bernat
❦ 5 août 2019 17:24 +02, Ondrej Zajicek : >> > o BGP: Dynamic BGP >> > o BGP: Promiscuous ASN mode >> >> That's great! Is there a roadmap for additional features around that? > > In future, I would like to implement automatic BGP neighbor discovery, > like

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Ondrej Zajicek
On Mon, Aug 05, 2019 at 04:52:25PM +0200, Vincent Bernat wrote: > ❦ 5 août 2019 09:54 +02, Ondrej Filip : > > > o BGP: Dynamic BGP > > o BGP: Promiscuous ASN mode > > That's great! Is there a roadmap for additional features around that? In future, I would like to implement automatic BGP

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Vincent Bernat
❦ 5 août 2019 09:54 +02, Ondrej Filip : > o BGP: Dynamic BGP > o BGP: Promiscuous ASN mode That's great! Is there a roadmap for additional features around that? Notably: - establish a BGP session using an interface name and the associated link-local IPv6 address, - implement

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Ondrej Zajicek
On Mon, Aug 05, 2019 at 12:13:06PM +0400, Dmitry Melekhov wrote: > 05.08.2019 11:54, Ondrej Filip пишет: > > Dear BIRD users, > > we just released two new versions - 1.6.7 and 2.0.5. Many thanks > > to Santiago and Maria! > > > > Version 1.6.7 > >o BFD: Support for VRFs > >o Several

Re: BIRD 2.0.5 and 1.6.7

2019-08-05 Thread Dmitry Melekhov
05.08.2019 11:54, Ondrej Filip пишет: Dear BIRD users, we just released two new versions - 1.6.7 and 2.0.5. Many thanks to Santiago and Maria! Version 1.6.7 o BFD: Support for VRFs o Several bugfixes Version 2.0.5 o OSPF Graceful restart (RFC 3623, RFC 5187) o BGP: Dynamic BGP o