Skip to content

Commit

Permalink
Merge pull request #2895 from rawahars/feature/ec2-awsvpc-windows
Browse files Browse the repository at this point in the history
ECS EC2 task networking for Windows: Making endpoint name format consistent with the vpc-eni plugin
  • Loading branch information
fenxiong authored Jun 11, 2021
2 parents 0d21d17 + 1f63e11 commit 5811eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/ecscni/namespace_helper_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
// ecsBridgeEndpointNameFormat is the name format of the ecs-bridge endpoint in the task namespace.
ecsBridgeEndpointNameFormat = "%s-ep-%s"
// taskPrimaryEndpointNameFormat is the name format of the primary endpoint in the task namespace.
taskPrimaryEndpointNameFormat = "%s-br-%s-ep-%s"
taskPrimaryEndpointNameFormat = "%sbr%s-ep-%s"
// blockIMDSFirewallRuleNameFormat is the format of firewall rule name for blocking IMDS from task namespace.
blockIMDSFirewallRuleNameFormat = "Disable IMDS for %s"
// ecsBridgeRouteAddCmdFormat is the format of command for adding route entry through ECS Bridge.
Expand Down

0 comments on commit 5811eeb

Please sign in to comment.