gzip cleanup part #4
[oweals/busybox.git] / examples / udhcp / udhcpd.conf
index 36cb58c3f8641228f5b1d7888b375243eec4f771..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.
 
@@ -93,24 +93,31 @@ option      lease   864000          # 10 days of seconds
 
 
 # Currently supported options, for more info, see options.c
-#subnet
-#timezone
-#router
-#timesvr
-#namesvr
-#dns
-#logsvr
-#cookiesvr
-#lprsvr
-#bootsize
-#domain
-#swapsvr
-#rootpath
-#ipttl
-#mtu
-#broadcast
-#wins
-#lease
-#ntpsrv
-#tftp
-#bootfile
\ No newline at end of file
+#opt subnet
+#opt timezone
+#opt router
+#opt timesvr
+#opt namesvr
+#opt dns
+#opt logsvr
+#opt cookiesvr
+#opt lprsvr
+#opt bootsize
+#opt domain
+#opt swapsvr
+#opt rootpath
+#opt ipttl
+#opt mtu
+#opt broadcast
+#opt wins
+#opt lease
+#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
+
+