generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.service/elbv2Indicates issues or PRs that are related to elbv2-controller.Indicates issues or PRs that are related to elbv2-controller.
Description
Is your feature request related to a problem?
We need the Option EnablePrefixForIpv6SourceNat for the NLB to use it for DualStack UDP Traffic. The Option is needed if you want to use the NLB for UDP IPv6 and IPv4 Traffic. Without the Prefix for SourceNat it is not possible to handle both.
Describe the solution you'd like
We need the Option in the elbv2-controller. The documentation about is:
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_LoadBalancer.html
EnablePrefixForIpv6SourceNat
[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be dualstack. The default value is off.
Type: String
Valid Values: on | off
Required: No
Describe alternatives you've considered
There is also an open issue for the terraform provider:
hashicorp/terraform-provider-aws#40379
The only solution for us is to create the NLB manually currently
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.service/elbv2Indicates issues or PRs that are related to elbv2-controller.Indicates issues or PRs that are related to elbv2-controller.