#  A policy to set options required in all DHCP replies
dhcp_common {
	#
	#  The contents here are invented.  Change them!
	#  Lease time is referencing the lease time set in the
	#  named module instance configuration
	#

	reply += {
		Domain-Name-Server = { 127.0.0.1, 127.0.0.2 }
		Subnet-Mask = 255.255.255.0
		Router-Address = 192.0.2.1
		IP-Address-Lease-Time = 7200
#		IP-Address-Lease-Time = "${modules.sqlippool[sqlippool].lease_duration}"
		Server-Identifier = control.Server-Identifier
	}
}
