Fix a typo in a comment (#6537)
This commit is contained in:
parent
d8d5a030f4
commit
4f05933308
|
|
@ -117,7 +117,7 @@ var (
|
||||||
Mask: []byte{255, 255, 255, 255},
|
Mask: []byte{255, 255, 255, 255},
|
||||||
},
|
},
|
||||||
// RFC 6598
|
// RFC 6598
|
||||||
// 100.64.0.0./10
|
// 100.64.0.0/10
|
||||||
{
|
{
|
||||||
IP: []byte{100, 64, 0, 0},
|
IP: []byte{100, 64, 0, 0},
|
||||||
Mask: []byte{255, 192, 0, 0},
|
Mask: []byte{255, 192, 0, 0},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue