]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- fix range
authorblekot <blekot@pld-linux.org>
Thu, 21 Apr 2005 19:15:50 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpd.conf.sample -> 1.3

dhcpd.conf.sample

index 742725ef3f04433bf304fda0b8e26cba168e60c6..9cccf8c7315aa0869b4230f01f0bc8718d886fdf 100644 (file)
@@ -15,7 +15,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 {
 # -- you understand Netbios very well
 #      option netbios-node-type 2;
 
-       range dynamic-bootp 192.168.0.128 192.168.0.255;
+       range dynamic-bootp 192.168.0.128 192.168.0.254;
        default-lease-time 21600;
        max-lease-time 43200;
 
This page took 0.0449270000000001 seconds and 4 git commands to generate.