Page MenuHomeDevCentral

Provision 2001:470:1f13:896::a to 2001:470:1f13:896::f on Eglide
ClosedPublic

Authored by dereckson on Feb 16 2017, 03:35.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 16:36
Unknown Object (File)
Tue, Nov 12, 09:26
Unknown Object (File)
Tue, Nov 12, 06:56
Unknown Object (File)
Tue, Nov 12, 06:19
Unknown Object (File)
Mon, Nov 11, 23:07
Unknown Object (File)
Mon, Nov 11, 23:07
Unknown Object (File)
Sat, Nov 9, 22:24
Unknown Object (File)
Sat, Nov 9, 14:40
Subscribers

Details

Summary

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.

Test Plan
for n in range (1, 26):
    print(format(n, 'x'))

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson edited edge metadata.

Close parenthesis

dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 16 2017, 03:49
dereckson retitled this revision from Provision also 2001:470:1f13:896::a to 2001:470:1f13:896::f on Eglide. to Provision 2001:470:1f13:896::a to 2001:470:1f13:896::f on Eglide.Feb 16 2017, 03:52
This revision was automatically updated to reflect the committed changes.