From patchwork Fri Feb 11 09:57:47 2022 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: 5143 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jw8Dz0dlRz3wsl for ; Fri, 11 Feb 2022 09:57:55 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jw8Dy1Hjrz2Qw; Fri, 11 Feb 2022 09:57:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jw8Dy0hcrz2yYH; Fri, 11 Feb 2022 09:57:54 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jw8Dw4pXTz2yF8 for ; Fri, 11 Feb 2022 09:57:52 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jw8Dv4wFXz2Qw for ; Fri, 11 Feb 2022 09:57:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644573472; 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=OZtNbdjp1D0dL6UGRLRckrs0fzmhjbBDjq6jiB1VfiE=; b=1HaGn0FAjWhsKUpSWVff8plS9S396ADZmM52TX61V8rcS4J6SgdRGnmucVdu8kaWfTHXn2 KzHM5U+c9Ch8q3Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644573472; 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=OZtNbdjp1D0dL6UGRLRckrs0fzmhjbBDjq6jiB1VfiE=; b=Cd+Rms4uVLgp2OKKVoJEplrJMzYmBp7+1wuoEHDTtmKpNfVShs7IJWm060qIMbL/J14Zue VGCGLpB/U1rQa29FtTZpKj2njdn/LCq9AxxOnf6748vlwz5ozK10ZtWW9CAcJdLv1HDLQs 7yT+CFL6RhDhvcRa8uZ99rkIVLmE7CRGNsJnOAmFN0DXJxOtxIkSZMoOL9S7NkkoWLafeK WIyVfHjdkwH9iweHjLbdMuqJrOHuiosDn4O13oGnezBRL2M0Tj+MKDhX4O0ubVW3ry7GNo vk5tpfts7Hu4zJyYW1X89ixduyoKhZjluyXWYb67LKIgJ+tihgYmgtye1CRM3g== Message-ID: Date: Fri, 11 Feb 2022 09:57:47 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Location" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] location-importer.in: Add country code for AWS's "il-central-1" zone X-BeenThere: location@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: location-bounces@lists.ipfire.org Sender: "Location" Reported-by: Michael Tremer Signed-off-by: Peter Müller --- src/python/location-importer.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 118b0de..63f7be5 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -1228,6 +1228,7 @@ class CLI(object): "eu-south-2": "ES", "eu-west-3": "FR", "eu-north-1": "SE", + "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", "sa-east-1": "BR"