- add llist_free_one() and llist_free() to libbb
[oweals/busybox.git] / examples / udhcp / udhcpd.conf
index 2b93e0fae2658a6d770b79e1eb20c44e29b1bfa0..f91fddebfc2b184a6296c588d813ed9c087f94e2 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)
@@ -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
+
+