We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 1NIC deployment, based on https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf, the mgmt_nic interface (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L299) does not have "enable_ip_forwarding" option exposed like external_nic (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L322) and external_public_nic (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L348) which has "enable_ip_forwarding" option exposed.
Please help to adjust the https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L299 part to include the "enable_ip_forwarding" option. This change also shows the F5 supportability of 1NIC deployment having the IP forwarding enabled on mgmt_nic.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1686.
Sorry, something went wrong.
No branches or pull requests
In 1NIC deployment, based on https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf, the mgmt_nic interface (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L299) does not have "enable_ip_forwarding" option exposed like external_nic (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L322) and external_public_nic (https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L348) which has "enable_ip_forwarding" option exposed.
Please help to adjust the https://github.com/F5Networks/terraform-azure-bigip-module/blob/main/main.tf#L299 part to include the "enable_ip_forwarding" option. This change also shows the F5 supportability of 1NIC deployment having the IP forwarding enabled on mgmt_nic.
The text was updated successfully, but these errors were encountered: