]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Fixed typo in dhcpd.8
authorThomas Markwalder <tmark@isc.org>
Thu, 20 Jun 2019 14:13:02 +0000 (10:13 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 20 Jun 2019 14:13:02 +0000 (10:13 -0400)
server/dhcpd.8

index 37313e4c58e237b5399be94af95b5b7a874c8d8e..aa4e8127230ab32ddf166fc0b4c813df587c2318 100644 (file)
@@ -457,7 +457,8 @@ look something like this:
 .sp 1
        subnet 239.252.197.0 netmask 255.255.255.0 {
          range 239.252.197.10 239.252.197.250;
-         default-lease-time 600 max-lease-time 7200;
+         default-lease-time 600;
+         max-lease-time 7200;
          option subnet-mask 255.255.255.0;
          option broadcast-address 239.252.197.255;
          option routers 239.252.197.1;