26 Feb
2020
26 Feb
'20
11:36 p.m.
Hello Maria, as of writing, OpenBSD rpki-client produces an output file for BIRD 1.x like the following, where IPv4 and IPv6 end up in the same table. For me this ends with "This is an IPv4 router, therefore IPv6 addresses are not supported" error on BIRD 1.x all the time...am I overlooking something? --- %< --- roa table roa { roa 1.0.0.0/24 max 24 as 13335; # […] roa 2001:200::/32 max 32 as 2500; # […] } --- %< --- Is the above under any circumstances valid in any BIRD 1.x version? I did not use BIRD 1.x much, but I thought it is strictly either IPv4 or IPv6... Regards, Robert