Skip to content

Commit

Permalink
amazon-vpc-cni-plugins: update to latest commit.
Browse files Browse the repository at this point in the history
This brings in a fix to remove eni trunking's dependency on ec2-net-utils.
  • Loading branch information
fenxiong committed Jun 25, 2019
1 parent 61152f4 commit 5bccea7
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.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated
currentECSCNIVersion = "2019.06.0"
currentECSCNIGitHash = "91ccefc8864ec14a32bd2b9d7e7de3060b685383"
currentVPCCNIGitHash = "85d8d2b11deb6cb3fd0e911e12379ddc0d7019ba"
currentVPCCNIGitHash = "fa071b269ea57644ab566cc915698c61369e158f"
vpcCNIPluginPath = "/log/vpc-branch-eni.log"
vpcCNIPluginInterfaceType = "vlan"
)
Expand Down

0 comments on commit 5bccea7

Please sign in to comment.