Add support for DHCP relay

Fixes #148
This commit is contained in:
Paul Tyng
2021-09-10 22:27:21 -04:00
parent a0b5f773d5
commit 5ed5e82b08
3 changed files with 64 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ resource "unifi_network" "wan" {
- **dhcp_dns** (List of String) Specifies the IPv4 addresses for the DNS server to be returned from the DHCP server. Leave blank to disable this feature.
- **dhcp_enabled** (Boolean) Specifies whether DHCP is enabled or not on this network.
- **dhcp_lease** (Number) Specifies the lease time for DHCP addresses. Defaults to `86400`.
- **dhcp_relay_enabled** (Boolean) Specifies whether DHCP relay is enabled or not on this network.
- **dhcp_start** (String) The IPv4 address where the DHCP range of addresses starts.
- **dhcp_stop** (String) The IPv4 address where the DHCP range of addresses stops.
- **dhcpd_boot_enabled** (Boolean) Toggles on the DHCP boot options. Should be set to true when you want to have dhcpd_boot_filename, and dhcpd_boot_server to take effect.