We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac6016 commit 52959abCopy full SHA for 52959ab
pkg/registry/core/service/ipallocator/ipallocator.go
@@ -102,9 +102,6 @@ func NewIPAllocator(
102
// of having to do conversions with IP addresses.
103
// Don't allocate the network's ".0" address.
104
ipFirst := prefix.Masked().Addr().Next()
105
- if err != nil {
106
- return nil, err
107
- }
108
// Use the broadcast address as last address for IPv6
109
ipLast, err := broadcastAddress(prefix)
110
if err != nil {
0 commit comments