Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nSZXr-0001pq-0E for pgadmin-hackers@arkaria.postgresql.org; Fri, 11 Mar 2022 07:18:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nSZXp-0000ab-PS for pgadmin-hackers@arkaria.postgresql.org; Fri, 11 Mar 2022 07:18:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nSZXp-0000aR-6M for pgadmin-hackers@lists.postgresql.org; Fri, 11 Mar 2022 07:18:37 +0000 Received: from mail-ej1-x62b.google.com ([2a00:1450:4864:20::62b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nSZXm-0002WM-0A for pgadmin-hackers@postgresql.org; Fri, 11 Mar 2022 07:18:36 +0000 Received: by mail-ej1-x62b.google.com with SMTP id kt27so17297804ejb.0 for ; Thu, 10 Mar 2022 23:18:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BT9yfxteaLGMwxJDxPgRYj3mg7z4rZ2U5cADmvpLSPE=; b=NZgMFCFvgZVhThRJxI40gMscfJM1lTf1VALIlUI3xzcG8l1hrq5aXwfssSnkjQ1tE3 kwvDewuuclv/b6SC1ktiPyxm9NSsWMd8PFKg3kICj+LNEv4jbSKxR10PYpJzJzoffVjf QDXjfZ4lkog6QpJ5+SHiZHobcvGodG6LzFqhD6RGemi951NJaVn2fTNBn45cacgdeOSq Eh5ieGKWzvhG661vwcfKy4NOdgJmzwzHU/O3ZFR7h9/oZ/o220pKZ4Swr0gkTUX2scSM JLPHiHqWnLf5eRo5lf5jiWilWVdvqoPKpWNFSZucQl3D1uahmrdDidopYI7fxOqh8a9q thYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BT9yfxteaLGMwxJDxPgRYj3mg7z4rZ2U5cADmvpLSPE=; b=oLVqCiiqvGzvGkqY0kkAAGVznY46qNjF3s6AfQIRwnmdDxEB0dS6WXj5pwuKCI6vf8 tOXMzCk348TP+loNoi7A3Uz9uHb2FJPadcxumzOdS4MPv4uMR9YPRD37R2TpXiodjPdu /bsuPQCxmz6947zSU2Y9UXr6NOzX3ZFzUm2t18f0n4CSsv2zDkYBXqnJG9e8W4pT/FFt nDK5skrOtS3DvdKiUtZ77NLrl21bWfT70pBRrTOsC7gBh4zOEZS3jdenXzO3ecXa9o4M td0TMeCxeeDdNOwQKRNvQC26TD+47cJmwR2CC/hI4D2e0YJWzTFI8mG9Zy1nC59uDqAE 89ZA== X-Gm-Message-State: AOAM530atUnzs8QM46WpAnDU3PEUrsCmPffY6/W2wFIFszl49LUeGVe4 XNyaQWjFGKoEOLfgCCtDCheUsF56YUiyitOXJO+EBaDUIBc= X-Google-Smtp-Source: ABdhPJxTUCTTFCjHXXqa2kkxWkDOJXFc8T5tVODliUlznuXum+m+WqEEigEgsstCAPvSY6DsPhOCYuBdJGI7X/w5BPs= X-Received: by 2002:a17:907:2cc6:b0:6db:7e92:e36 with SMTP id hg6-20020a1709072cc600b006db7e920e36mr6408799ejc.329.1646983113219; Thu, 10 Mar 2022 23:18:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Fri, 11 Mar 2022 07:18:22 +0000 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed default public IP range issue in AWS deployment To: Yogesh Mahajan Cc: Khushboo Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000006a3e0505d9ec23f1" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000006a3e0505d9ec23f1 Content-Type: text/plain; charset="UTF-8" On Fri, 11 Mar 2022 at 03:52, Yogesh Mahajan < yogesh.mahajan@enterprisedb.com> wrote: > Hi, > > Patch looks fine. IP Addresses are prefixed by 32 and 128 for IPv4 and > IPv6 respectively. > I hope you mean suffixed, not prefixed :-) > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Fri, Mar 11, 2022 at 8:49 AM Khushboo Vashi < > khushboo.vashi@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch to fix the default Public IP range issue >> in AWS deployment. >> >> @Yogesh Mahajan , please test. >> >> >> Thanks, >> Khushboo >> > -- -- Dave Page https://pgsnake.blogspot.com EDB Postgres https://www.enterprisedb.com --0000000000006a3e0505d9ec23f1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

--
--0000000000006a3e0505d9ec23f1--