We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e78d4 commit f26c0d9Copy full SHA for f26c0d9
cns/hnsclient/hnsclient_windows.go
@@ -525,6 +525,7 @@ func configureHostNCApipaEndpoint(
525
endpoint.Policies = append(endpoint.Policies, endpointPolicy)
526
}
527
528
+ // keep Apipa Endpoint gw as 169.254.128.1 to make sure NC to host connectivity work for both Linux and Windows containers
529
hcnRoute := hcn.Route{
530
NextHop: hnsLoopbackAdapterIPAddress,
531
DestinationPrefix: "0.0.0.0/0",
0 commit comments