Commit a322e08a authored by ksubrmnn's avatar ksubrmnn

Temporarily remove V2 API check

parent c115b5ae
...@@ -513,7 +513,7 @@ func NewProxier( ...@@ -513,7 +513,7 @@ func NewProxier(
var hns HostNetworkService var hns HostNetworkService
hns = hnsV1{} hns = hnsV1{}
supportedFeatures := hcn.GetSupportedFeatures() supportedFeatures := hcn.GetSupportedFeatures()
if supportedFeatures.Api.V2 { if supportedFeatures.RemoteSubnet {
hns = hnsV2{} hns = hnsV2{}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment