Skip to content
New issue

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

Multiple network resource and data source improvements #454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DevOpsFu
Copy link

This PR fixes a few things with the Network resource and data source:

  • Fix the ipv6_ra_enabled option name (it was previously ipv6_ra_enable which does not match the JSON field name returned by the API.
  • Allow control of the DHCP Guarding option.
  • Allow the DHCP server IP addresses to be specified (this can be used in conjunction with DHCP guarding)
  • Remove the call to cidrZeroBased on the IP Subnet. The subnet field is also used to specify the IP address which is allocated to the USG itself, and this was always being normalized to zero.
  • Control which settings are updated based on the IPV6 interface setting. If it is set to none then the IPV6 settings are ignored. This removes the need to specify unused IPV6 settings to prevent unstable plans.

@DevOpsFu
Copy link
Author

DevOpsFu commented May 1, 2024

@paultyng @joshuaspence Is this repo still being maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant