From bd9966ae1abd8105187c98c83d2aa7977e6c1dff Mon Sep 17 00:00:00 2001 From: Pavani Panakanti Date: Mon, 23 Sep 2024 18:29:55 +0000 Subject: [PATCH] Fix format --- pkg/awsutils/awsutils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/awsutils/awsutils.go b/pkg/awsutils/awsutils.go index 922eb06de0..8322ccca22 100644 --- a/pkg/awsutils/awsutils.go +++ b/pkg/awsutils/awsutils.go @@ -641,7 +641,6 @@ func (cache *EC2InstanceMetadataCache) getENIMetadata(eniMAC string) (ENIMetadat } } - if cache.v6Enabled { // For IPv6 ENIs, do not error on missing IPv6 information v6cidr, err := cache.imds.GetSubnetIPv6CIDRBlocks(ctx, eniMAC)