File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ require (
12
12
github.com/containerd/containerd v1.7.22
13
13
github.com/containernetworking/cni v1.2.3
14
14
github.com/containernetworking/plugins v1.6.0
15
- github.com/docker/docker v27.5.0+incompatible
16
15
github.com/digitalocean/go-openvswitch v0.0.0-20240130171624-c0f7d42efe24
16
+ github.com/docker/docker v27.5.0+incompatible
17
17
github.com/emicklei/go-restful/v3 v3.12.1
18
18
github.com/evanphx/json-patch/v5 v5.9.0
19
19
github.com/go-logr/stdr v1.2.2
Original file line number Diff line number Diff line change @@ -540,9 +540,6 @@ func (c *Controller) checkServiceLBIPBelongToSubnet(svc *v1.Service) error {
540
540
break
541
541
}
542
542
}
543
- if isServiceExternalIPFromSubnet {
544
- break
545
- }
546
543
}
547
544
548
545
if ! isServiceExternalIPFromSubnet {
You can’t perform that action at this time.
0 commit comments