public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] location-importer.in: Add new Amazon region codes
@ 2022-09-26 18:33 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-09-26 18:33 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

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üller <peter.mueller(a)ipfire.org>
---
 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",
-- 
2.35.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-26 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 18:33 [PATCH] location-importer.in: Add new Amazon region codes Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox