fc -> fd
This commit is contained in:
parent
cb75689825
commit
ac9baf0039
2
init.go
2
init.go
@ -64,7 +64,7 @@ func getULANet() JSONIPNet {
|
||||
// fc00 prefix with 40 bit global id and zero (16 bit) subnet ID
|
||||
return JSONIPNet{
|
||||
IPNet: net.IPNet{
|
||||
net.IP{0xfc, 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},
|
||||
net.IPMask{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user