[BusyBox-cvs] CVS busybox/examples/udhcp

CVS User andersen andersen at codepoet.org
Fri Oct 8 08:49:25 UTC 2004


Update of /var/cvs/busybox/examples/udhcp
In directory nail:/tmp/cvs-serv11580/examples/udhcp

Modified Files:
	udhcpd.conf 
Log Message:
Wade Berrier writes:

Hello,

Here's a patch for a first attempt at static leases for udhcpd.
Included in the tarball are 2 files (static_leases.c, static_leases.h)
and a patch against the latest cvs.

In the config file you can configure static leases with the following
format:

static_lease 00:60:08:11:CE:4E 192.168.0.54
static_lease 00:60:08:11:CE:3E 192.168.0.44

Comments/suggestions/improvements are welcome.


Wade



--- /var/cvs/busybox/examples/udhcp/udhcpd.conf	2004/03/15 08:28:36	1.3
+++ /var/cvs/busybox/examples/udhcp/udhcpd.conf	2004/10/08 08:49:25	1.4
@@ -114,3 +114,10 @@
 #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
+
+



More information about the busybox-cvs mailing list