Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rejain456 committed Jan 9, 2025
1 parent a56b665 commit 725d6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cns/NetworkContainerContract.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ type PodIpInfo struct {
// PnpId is set for backend interfaces, Pnp Id identifies VF. Plug and play id(pnp) is also called as PCI ID
PnPID string
// Default Deny ACL's to configure on HNS endpoints for Swiftv2 window nodes
EdpointPolicies []policy.Policy
EndpointPolicies []policy.Policy
}

type HostIPInfo struct {
Expand Down
2 changes: 1 addition & 1 deletion cns/middlewares/k8sSwiftV2_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func addDefaultDenyACL(podIPInfo *cns.PodIpInfo) error {
},
}

podIPInfo.EdpointPolicies = append(podIPInfo.EdpointPolicies, additionalArgs...)
podIPInfo.EndpointPolicies = append(podIPInfo.EndpointPolicies, additionalArgs...)

return nil
}
Expand Down

0 comments on commit 725d6ca

Please sign in to comment.