From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: location@lists.ipfire.org Subject: Re: [PATCH] location-importer.in: delete 6to4 IPv6 space as well Date: Mon, 25 Jan 2021 21:30:06 +0000 Message-ID: <87832C9A-06D5-489C-AF1B-02F6649A23EA@ipfire.org> In-Reply-To: <0fdbd9d4-83c6-8567-a093-a5c571f55835@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5997067862246874105==" List-Id: --===============5997067862246874105== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you... > On 16 Jan 2021, at 18:05, Peter M=C3=BCller wr= ote: >=20 > 2002::/16 is an anycast prefix for 6to4 scenarios, as specified in RFC > 3068. We currently process an announcement from Hurricane Electric for > it, and since it is an anycast network, multiple entities across the > world announce it as well. >=20 > Thereof, it does not make sense to include it in the database - as of > today, we do not have a country for it, either. >=20 > Signed-off-by: Peter M=C3=BCller > --- > src/python/location-importer.in | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/src/python/location-importer.in b/src/python/location-importer= .in > index a4be445..1a025bb 100644 > --- a/src/python/location-importer.in > +++ b/src/python/location-importer.in > @@ -768,8 +768,9 @@ class CLI(object): > -- DELETE link local address space > DELETE FROM announcements WHERE family(network) =3D 4 AND network <<=3D= '169.254.0.0/16'; >=20 > - -- DELETE IPv6 to IPv4 (6to4) address space > + -- DELETE IPv6 to IPv4 (6to4) address space (RFC 3068) > DELETE FROM announcements WHERE family(network) =3D 4 AND network <<=3D= '192.88.99.0/24'; > + DELETE FROM announcements WHERE family(network) =3D 6 AND network <<= =3D '2002::/16'; >=20 > -- DELETE multicast and reserved address space > DELETE FROM announcements WHERE family(network) =3D 4 AND network <<=3D= '224.0.0.0/4'; > --=20 > 2.26.2 --===============5997067862246874105==--