From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24926 invoked from network); 8 May 2022 05:33:50 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 8 May 2022 05:33:50 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id CCFAD9CF86; Sun, 8 May 2022 15:33:47 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5ECE09CEEF; Sun, 8 May 2022 15:32:42 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 952549CEEF; Sun, 8 May 2022 15:27:48 +1000 (AEST) X-Greylist: delayed 402 seconds by postgrey-1.36 at minnie.tuhs.org; Sun, 08 May 2022 15:27:48 AEST Received: from waffle.shalott.net (waffle.shalott.net [209.151.236.43]) by minnie.tuhs.org (Postfix) with ESMTPS id 112449CEEE for ; Sun, 8 May 2022 15:27:48 +1000 (AEST) Received: (qmail 6675 invoked by uid 2034); 8 May 2022 05:21:06 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 May 2022 05:21:06 -0000 Date: Sat, 7 May 2022 22:21:05 -0700 (PDT) From: jason-tuhs@shalott.net X-X-Sender: jason@waffle.shalott.net To: ron minnich In-Reply-To: Message-ID: References: User-Agent: Alpine 2.23 (LRH 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Subject: Re: [TUHS] conventions around zero padding in ip4 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > I first learned in the 80s that 127.1 meant 127.0.0.1. I always > assumed zero padding was defined in a standard *somewhere*, but am > finding out maybe not. A friend spent some time digging into this issue not too long ago; you may find his write-up interesting: https://blog.dave.tf/post/ip-addr-parsing/ -Jason