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 b470f25 commit db64cfaCopy full SHA for db64cfa
cns/hnsclient/hnsclient_windows.go
@@ -54,6 +54,7 @@ const (
54
55
defaultHnsGwIPAddress = "169.254.128.2"
56
hnsLoopbackAdapterIPAddress = "169.254.128.1"
57
+ apipaRemoteIPAddress = "169.254.128.1"
58
// protocolTCP indicates the TCP protocol identifier in HCN
59
protocolTCP = "6"
60
@@ -508,7 +509,7 @@ func configureHostNCApipaEndpoint(
508
509
endpointPolicies, err := configureAclSettingHostNCApipaEndpoint(
510
protocolList,
511
networkContainerApipaIP,
- hostApipaIP,
512
+ apipaRemoteIPAddress,
513
allowNCToHostCommunication,
514
allowHostToNCCommunication,
515
ncPolicies)
0 commit comments