Issue #, if available:
This is a follow-up for https://github.com/aws/amazon-vpc-cni-plugins/pull/84. We introduced IMDS IPv6 endpoint in the previous PR, however for Windows we will keep blocking IPv4 endpoint only until we can block IPv6 endpoint using HNS.
Description of changes:
Update Windows BlockIMDS to use IPv4 endpoint only
GOOS=windows make vpc-eni and GOOS=windows make vpc-shared-eni both built successfully.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: This is a follow-up for https://github.com/aws/amazon-vpc-cni-plugins/pull/84. We introduced IMDS IPv6 endpoint in the previous PR, however for Windows we will keep blocking IPv4 endpoint only until we can block IPv6 endpoint using HNS.
Description of changes: Update Windows BlockIMDS to use IPv4 endpoint only
GOOS=windows make vpc-eni
andGOOS=windows make vpc-shared-eni
both built successfully.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.