Skip to content

Commit

Permalink
Merge pull request #574 from mheon/no_gw
Browse files Browse the repository at this point in the history
Do not include gateway in generated default networks
  • Loading branch information
openshift-merge-robot authored May 24, 2021
2 parents d11e7ed + 2452ceb commit 8403340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/defaultnet/default_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const networkTemplate = `{
"ranges": [
[
{
"subnet": "{{{{.Subnet}}}}",
"gateway": "{{{{.Gateway}}}}"
"subnet": "{{{{.Subnet}}}}"
}
]
]
Expand Down

0 comments on commit 8403340

Please sign in to comment.