Temporarily remove V2 API check

pull/564/head
ksubrmnn 2019-02-22 14:10:05 -08:00
parent c115b5aec2
commit a322e08a98
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ func NewProxier(
var hns HostNetworkService
hns = hnsV1{}
supportedFeatures := hcn.GetSupportedFeatures()
if supportedFeatures.Api.V2 {
if supportedFeatures.RemoteSubnet {
hns = hnsV2{}
}