correct comment

This commit is contained in:
Callan Bryant 2020-10-26 23:49:12 +00:00
parent 5477a321b2
commit c4d2898170
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -66,7 +66,7 @@ func getULANet() JSONIPNet {
rand.Seed(time.Now().UTC().UnixNano()) rand.Seed(time.Now().UTC().UnixNano())
rand.Read(rbs) rand.Read(rbs)
// fc00 prefix with 40 bit global id and zero (16 bit) subnet ID // fd00 prefix with 40 bit global id and zero (16 bit) subnet ID
return JSONIPNet{ return JSONIPNet{
IPNet: net.IPNet{ IPNet: net.IPNet{
net.IP{0xfd, 0, rbs[0], rbs[1], rbs[2], rbs[3], rbs[4], 0, 0, 0, 0, 0, 0, 0, 0, 0}, net.IP{0xfd, 0, rbs[0], rbs[1], rbs[2], rbs[3], rbs[4], 0, 0, 0, 0, 0, 0, 0, 0, 0},