Skip to content

Commit

Permalink
Merge pull request #871 from Junnplus/typo-doc
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
openshift-merge-robot authored Jan 3, 2022
2 parents 38000f6 + 2089f27 commit 5da646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnetwork/internal/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func GetUsedSubnets(n NetUtil) ([]*net.IPNet, error) {
return append(subnets, liveSubnets...), nil
}

// GetFreeIPv6NetworkSubnet returns a unused ipv4 subnet
// GetFreeIPv4NetworkSubnet returns a unused ipv4 subnet
func GetFreeIPv4NetworkSubnet(usedNetworks []*net.IPNet) (*types.Subnet, error) {
// the default podman network is 10.88.0.0/16
// start locking for free /24 networks
Expand Down

0 comments on commit 5da646c

Please sign in to comment.