Skip to content

Commit

Permalink
amazon-ecs-cni-plugins: VethDelete bugfix for "exchange full" errors
Browse files Browse the repository at this point in the history
Pulling in cni plugins change for fixing veth cleanup behavior. See
aws/amazon-ecs-cni-plugins#101 for more
details.
  • Loading branch information
sparrc committed Jul 19, 2022
1 parent ce43e14 commit 0d831b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/ecscni/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
const (
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated.
currentECSCNIVersion = "2020.09.0"
currentECSCNIGitHash = "c6b225f4ca84010e26dce19ec82955473746c7ac"
currentECSCNIGitHash = "db5864722987c34ba309e6e7a7628fd1ccad1520"
currentVPCCNIGitHash = "199bfc65cced4951cbb6a38e6e828afa8c2b023c"
)

Expand Down
2 changes: 1 addition & 1 deletion amazon-ecs-cni-plugins

0 comments on commit 0d831b0

Please sign in to comment.