DHCPD Boot Server / Filename

Allows setting the DHCPD boot server and filename attributes of Networks
to enable PXE booting.
This commit is contained in:
Alan Jenkins
2021-05-29 21:44:45 +01:00
committed by Paul Tyng
parent 9c01809c26
commit 5f4a14e64f
2 changed files with 35 additions and 11 deletions

View File

@@ -56,6 +56,9 @@ resource "unifi_network" "wan" {
- **dhcp_lease** (Number) Specifies the lease time for DHCP addresses. Defaults to `86400`.
- **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.
- **dhcpd_boot_server** (String) Specifies the IPv4 address of a TFTP server to network boot from.
- **dhcpd_boot_filename** (String) Specifies the file to PXE boot from on the dhcpd_boot_server.
- **domain_name** (String) The domain name of this network.
- **igmp_snooping** (Boolean) Specifies whether IGMP snooping is enabled or not.
- **ipv6_interface_type** (String) Specifies which type of IPv6 connection to use. Defaults to `none`.