<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 25 Sept 2021 at 21:26, Owen DeLong via NANOG <<a href="mailto:nanog@nanog.org">nanog@nanog.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">So the fact that:<br>
<br>
        2001:db8:0:1::5<br>
        2001:db8::1:0:0:0:5<br>
<br>
Are two different ways of representing the same address isn’t<br>
of any concern unless you’re making the mistake of trying to<br>
string wise compare them in their text-representation format.<br>
Both equate to the same uint128_t value.</blockquote><div><br></div><div>If you adhere to RFC 5952 only the former is to be used (2001:db8:0:1::5). Also strict RFC 5952 on any output will make a string compare ok because there is only one way to print any address.</div><div><br></div><div>We should remember there are also multiple ways to print IPv4 addresses. You can zero extend the addresses and on some ancient systems you could also use the integer value. </div><div><br></div><div>You can even encounter IPv4 printed as IPv6 which is not too uncommon. Many programs internally are IPv6 only and IPv4 is therefore mapped to IPv6. It appears some people are forgetting this fact when proposing to drop IPv6.</div><div><br></div><div>Regards,</div><div><br></div><div>Baldur</div><div><br></div><div> </div></div></div>