Skip to content

Commit b96378c

Browse files
authored
Merge pull request kubernetes#74436 from ksubrmnn/overlay_dsr
Temporarily remove V2 API check
2 parents e4302c9 + a322e08 commit b96378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/winkernel/proxier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ func NewProxier(
513513
var hns HostNetworkService
514514
hns = hnsV1{}
515515
supportedFeatures := hcn.GetSupportedFeatures()
516-
if supportedFeatures.Api.V2 {
516+
if supportedFeatures.RemoteSubnet {
517517
hns = hnsV2{}
518518
}
519519

0 commit comments

Comments
 (0)