Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Oct 26, 2020
1 parent 5477a32 commit c4d2898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func getULANet() JSONIPNet {
rand.Seed(time.Now().UTC().UnixNano())
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{
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},
Expand Down

0 comments on commit c4d2898

Please sign in to comment.