aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-21 02:22:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-21 02:22:07 +0100
commit2e7aa928360eb9b1c90fa2356734cee794b66516 (patch)
tree58d8cb605c2a339076dc1e097c8137a8a2e176b7 /networking/udhcp/dhcpd.h
parente5ce91b41b657a0dbd1db442ebc47f4c935e7d1f (diff)
downloadbusybox-2e7aa928360eb9b1c90fa2356734cee794b66516.tar.gz
udhcp: tweak udhcpd.conf example and comments. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index b55fd6c06..2f2f5b33a 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -7,8 +7,8 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
/* Defaults you may want to tweak */
/* Default max_lease_sec */
-#define LEASE_TIME (60*60*24 * 10)
-#define LEASES_FILE CONFIG_DHCPD_LEASES_FILE
+#define DEFAULT_LEASE_TIME (60*60*24 * 10)
+#define LEASES_FILE CONFIG_DHCPD_LEASES_FILE
/* Where to find the DHCP server configuration file */
#define DHCPD_CONF_FILE "/etc/udhcpd.conf"