Skip to content

Commit 83040f3

Browse files
committed
amazon-vpc-cni-plugins: update to latest commit.
This brings in a fix to remove eni trunking's dependency on ec2-net-utils.
1 parent b3bbc71 commit 83040f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/ecscni/plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated
3939
currentECSCNIVersion = "2019.06.0"
4040
currentECSCNIGitHash = "91ccefc8864ec14a32bd2b9d7e7de3060b685383"
41-
currentVPCCNIGitHash = "85d8d2b11deb6cb3fd0e911e12379ddc0d7019ba"
41+
currentVPCCNIGitHash = "fa071b269ea57644ab566cc915698c61369e158f"
4242
vpcCNIPluginPath = "/log/vpc-branch-eni.log"
4343
vpcCNIPluginInterfaceType = "vlan"
4444
)

0 commit comments

Comments
 (0)