From patchwork Sat Feb 17 22:39:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 7555 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TckJb2sSpz3wtK for ; Sat, 17 Feb 2024 22:39:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TckJZ4JQFzq1; Sat, 17 Feb 2024 22:39:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TckJZ3SSTz2xcR; Sat, 17 Feb 2024 22:39:58 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TckJX5QpYz2xcR for ; Sat, 17 Feb 2024 22:39:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TckJW2jMnzq1 for ; Sat, 17 Feb 2024 22:39:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1708209596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yQ+AWTi1HmxA7ua/hVoos6OunftyBHniw0PufwrhO/E=; b=iB4DCGjzFMxNX/FZhJFF8uYcw8OVBiZEEZqkJS+wDrwy+SY8kKV/wxPOCOwrCOF6xFIojW PRRCj5tekKnYt8CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1708209596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yQ+AWTi1HmxA7ua/hVoos6OunftyBHniw0PufwrhO/E=; b=BJlQt5ge/ZcNCBaahJN73VLaRFiLDLbimdJICHDtU6C1HtB6l5f1ki+Wsv09ZEqbRqblds M359JqQWtT4VRuWv77vXYfUHQULIEzfg+pfYTJQTrbL2I3c67rCJISvMNZvDG/lp8CPf18 2277GXUesul5Y5cqtl09EGfh3oOVswqLxAkGdwongdjX0Zaki4tL4A4ofFN8UCMiJNiOMe D0iODhnEhetW9ykvXJUqM1SZ3uJ3nMMdIm0JSFHblLRZFxz7uob+fP2JrjuCk2+ewIWhhU fT1wAT2iPRAknLq1SXssAhdNiOdbrJ5XfjcCcqA8jDjesFymT1QzRRddH0zDhg== Message-ID: <1485d6ba-8d7f-4c03-b5d2-ba2931f3c1fb@ipfire.org> Date: Sat, 17 Feb 2024 22:39:00 +0000 MIME-Version: 1.0 To: "IPFire: Location" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] location-importer: Add missing area code for AWS Message-ID-Hash: PCYYKKHXF6GT2R4CXORQAZZZ7E46OW75 X-Message-ID-Hash: PCYYKKHXF6GT2R4CXORQAZZZ7E46OW75 X-MailFrom: peter.mueller@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "IPFire Location development/database maintainance talk." Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: It is unclear what exactly "eusc" refers to ("EU Secure Cloud", maybe?), but according to RIPE database records for IPv6 networks involved, this area code physically traces back to Germany, likely Berlin instead of Frankfurt. Signed-off-by: Peter Müller --- src/scripts/location-importer.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 28a4f6c..2be4887 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1603,6 +1603,7 @@ class CLI(object): "eu-south-2": "ES", "eu-west-3": "FR", "eu-north-1": "SE", + "eusc-de-east-1", "DE", # XXX: Undocumented, likely located in Berlin rather than Frankfurt "il-central-1": "IL", # XXX: This one is not documented anywhere except for ip-ranges.json itself "me-central-1": "AE", "me-south-1": "BH",