]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Fixed typo in dhcpd.8
authorThomas Markwalder <tmark@isc.org>
Thu, 19 Oct 2017 10:32:05 +0000 (06:32 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 19 Oct 2017 10:32:05 +0000 (06:32 -0400)
server/dhcpd.8

index 66462d99f2130f08e23ece4e9bcd27a81beaf916..f45637a69c7dd863a74809c3c0660a33e563cbc4 100644 (file)
@@ -473,7 +473,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;