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 28561ae commit a5e78d4Copy full SHA for a5e78d4
cns/hnsclient/hnsclient_windows.go
@@ -316,7 +316,7 @@ func createHostNCApipaNetwork(
316
hostNCLoopbackAdapterName,
317
ipconfig,
318
false, /* Flag to setWeakHostOnInterface */
319
- "" /* Empty primary Interface Identifier as setWeakHostOnInterface is not needed*/); err != nil {
+ "" /* Empty primary Interface Identifier as setWeakHostOnInterface is not needed*/); err != nil {
320
return nil, fmt.Errorf("Failed to create loopback adapter. Error: %v", err)
321
}
322
0 commit comments