gzip cleanup part #4
[oweals/busybox.git] / examples / udhcp / udhcpd.conf
index 2b93e0fae2658a6d770b79e1eb20c44e29b1bfa0..34e47f788fa273a0f498a66f3333d32fb1b8118a 100644 (file)
@@ -33,7 +33,7 @@ interface     eth0            #default: eth0
 #auto_time     7200            #default: 7200 (2 hours)
 
 
-# The amount of time that an IP will be reserved (leased) for if a 
+# The amount of time that an IP will be reserved (leased) for if a
 # DHCP decline message is received (seconds).
 
 #decline_time  3600            #default: 3600 (1 hour)
@@ -67,7 +67,7 @@ interface     eth0            #default: eth0
 
 #notify_file                           #default: (no script)
 
-#notify_file   dumpleases      # <--- usefull for debugging
+#notify_file   dumpleases      # <--- useful for debugging
 
 # The following are bootp specific options, setable by udhcpd.
 
@@ -114,3 +114,10 @@ option     lease   864000          # 10 days of seconds
 #opt ntpsrv
 #opt tftp
 #opt bootfile
+
+
+# Static leases map
+#static_lease 00:60:08:11:CE:4E 192.168.0.54
+#static_lease 00:60:08:11:CE:3E 192.168.0.44
+
+