Currently, Eglide receives IP from ::1 to ::19, counting in base 10.
To count IPv6 range in hexadecimal will be more coherent.
Thanks to fedai to have asked a question about IPv6 and to @fauve for moral support.
Differential D918
Provision 2001:470:1f13:896::a to 2001:470:1f13:896::f on Eglide dereckson on Feb 16 2017, 03:35. Authored by Tags None Referenced Files
Details Currently, Eglide receives IP from ::1 to ::19, counting in base 10. To count IPv6 range in hexadecimal will be more coherent. Thanks to fedai to have asked a question about IPv6 and to @fauve for moral support. for n in range (1, 26): print(format(n, 'x'))
Diff Detail
Event Timeline |