Re: RPKI doesn’t work with a FQDN

2020-01-11 Thread Alarig Le Lay
On sam. 11 janv. 18:08:37 2020, Ondrej Zajicek wrote: > Hi > > Yes, DNS resolving for IPv6 is broken in released versions, see this patch: > > https://gitlab.labs.nic.cz/labs/bird/commit/4e23b499696da81acf0ed5ad181573b94ccdb9a3 Thanks a lot, I’ve generated a diff for 2.0.7 from git and integrate

Re: RPKI doesn’t work with a FQDN

2020-01-11 Thread Ondrej Zajicek
On Sat, Jan 11, 2020 at 04:04:09PM +0100, Alarig Le Lay wrote: > Hi, > > I have this configuration: > asbr02 ~ # cat /etc/bird.conf.d/protocol_rpki/* > protocol rpki rpki_alarig { > roa4 { table r4; }; > roa6 { table r6; }; > > #remote "msi.no.swordarmor.fr"; > rem

RPKI doesn’t work with a FQDN

2020-01-11 Thread Alarig Le Lay
Hi, I have this configuration: asbr02 ~ # cat /etc/bird.conf.d/protocol_rpki/* protocol rpki rpki_alarig { roa4 { table r4; }; roa6 { table r6; }; #remote "msi.no.swordarmor.fr"; remote 2a0e:f42::1; } protocol rpki rpki_conan { roa4 { table r4; }; r