On Sat, 25 Sept 2021 at 21:26, Owen DeLong via NANOG <
nanog@nanog.org> wrote:
So the fact that:
2001:db8:0:1::5
2001:db8::1:0:0:0:5
Are two different ways of representing the same address isn’t
of any concern unless you’re making the mistake of trying to
string wise compare them in their text-representation format.
Both equate to the same uint128_t value.
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.