Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Nov 18, 2024
1 parent 2c6a66b commit d51d9ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/vpc-egress-gateway/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ func generateSubnetFromDockerNetwork(subnetName string, network *dockernetwork.I
}
if ipv6 {
cidr = append(cidr, cidrV6)
if gatewayV6 == "" {
var err error
gatewayV6, err = util.FirstIP(cidrV6)
framework.ExpectNoError(err)
}
gateway = append(gateway, gatewayV6)
}

Expand Down

0 comments on commit d51d9ae

Please sign in to comment.