Signed-off-by: José Tomás Albornoz <jojo@eljojo.net>
| ... | ... |
@@ -57,7 +57,7 @@ var ( |
| 57 | 57 |
// Here we don't follow the convention of using the 1st IP of the range for the gateway. |
| 58 | 58 |
// This is to use the same gateway IPs as the /24 ranges, which predate the /16 ranges. |
| 59 | 59 |
// In theory this shouldn't matter - in practice there's bound to be a few scripts relying |
| 60 |
- // on the internal addressing or other stupid things like that. |
|
| 60 |
+ // on the internal addressing or other things like that. |
|
| 61 | 61 |
// They shouldn't, but hey, let's not break them unless we really have to. |
| 62 | 62 |
"172.17.42.1/16", // Don't use 172.16.0.0/16, it conflicts with EC2 DNS 172.16.0.23 |
| 63 | 63 |
"10.0.42.1/16", // Don't even try using the entire /8, that's too intrusive |
| ... | ... |
@@ -68,7 +68,7 @@ func (s *TagStore) CmdSet(job *engine.Job) error {
|
| 68 | 68 |
} |
| 69 | 69 |
// We have to pass an *image.Image object, even though it will be completely |
| 70 | 70 |
// ignored in favor of the redundant json data. |
| 71 |
- // FIXME: the current prototype of Graph.Register is stupid and redundant. |
|
| 71 |
+ // FIXME: the current prototype of Graph.Register is redundant. |
|
| 72 | 72 |
img, err := image.NewImgJSON(imgJSON) |
| 73 | 73 |
if err != nil {
|
| 74 | 74 |
return err |