summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.macintosh
blob: 01d56a216534ea45bd84412f222c3c74e20e52df (plain)
  1. # Open Transport 2.5.1 and 2.5.2 fails with lease times larger than 1 hour
  2. class "Macintosh_a" {
  3. if (
  4. ( substring (hardware, 0, 3) = 00:05:02 )
  5. or
  6. ( (hardware, 0, 3) = 00:61:61 )
  7. ) {
  8. default-lease-time 3599;
  9. max-lease-time 3599;
  10. min-lease-time 3599;
  11. }