Skip to content

Commit a322e08

Browse files
committed
Temporarily remove V2 API check
1 parent c115b5a commit a322e08

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)