Skip to content

Commit

Permalink
Merge pull request containers#12731 from Junnplus/typo-ipv4
Browse files Browse the repository at this point in the history
[CI:DOCS] fix doc typo
  • Loading branch information
openshift-merge-robot authored Jan 3, 2022
2 parents 5d2c03e + a8e223f commit 172d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/network/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 172d4eb

Please sign in to comment.