Skip to content

Commit 725d6ca

Browse files
committed
fixed spelling
1 parent a56b665 commit 725d6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cns/NetworkContainerContract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ type PodIpInfo struct {
505505
// PnpId is set for backend interfaces, Pnp Id identifies VF. Plug and play id(pnp) is also called as PCI ID
506506
PnPID string
507507
// Default Deny ACL's to configure on HNS endpoints for Swiftv2 window nodes
508-
EdpointPolicies []policy.Policy
508+
EndpointPolicies []policy.Policy
509509
}
510510

511511
type HostIPInfo struct {

cns/middlewares/k8sSwiftV2_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func addDefaultDenyACL(podIPInfo *cns.PodIpInfo) error {
8686
},
8787
}
8888

89-
podIPInfo.EdpointPolicies = append(podIPInfo.EdpointPolicies, additionalArgs...)
89+
podIPInfo.EndpointPolicies = append(podIPInfo.EndpointPolicies, additionalArgs...)
9090

9191
return nil
9292
}

0 commit comments

Comments
 (0)