From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: location@lists.ipfire.org Subject: [PATCH] location-importer.in: Add new Amazon region codes Date: Mon, 26 Sep 2022 18:33:29 +0000 Message-ID: <3ffe3c21-d8ef-b16e-b3d7-69132d7aff66@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8116467982963167289==" List-Id: --===============8116467982963167289== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Note that the precise location of "ap-southeast-6" is currently undocumented. However, all IPv4 networks allocated are not routed at the time of writing, hence our allocation of Asia/Pacific should be acceptable for the time being. Signed-off-by: Peter M=C3=BCller --- src/scripts/location-importer.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer= .in index 8d47497..1a37f9e 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1341,8 +1341,10 @@ class CLI(object): "ap-southeast-2": "AU", "ap-southeast-3": "MY", "ap-southeast-4": "AU", + "ap-southeast-6": "AP", # XXX: Precise location not documented anywhere "ap-northeast-1": "JP", "ca-central-1": "CA", + "ca-west-1": "CA", "eu-central-1": "DE", "eu-central-2": "CH", "eu-west-1": "IE", --=20 2.35.3 --===============8116467982963167289==--