X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fudhcp%2Fdhcpd.h;h=d53a809cac22a28af57179b8119d596e49f5c61e;hb=a8992635b117723e65078ada845cc88a9cb77aa3;hp=5debc838893b027d4fe025a3eb6db10f59d6bd4c;hpb=da970859da589432f5006bbbbb6fabc3339343a7;p=oweals%2Fbusybox.git diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index 5debc8388..d53a809ca 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h @@ -15,6 +15,7 @@ /* the period of time the client is allowed to use that address */ #define LEASE_TIME (60*60*24*10) /* 10 days of seconds */ +#define LEASES_FILE "/var/lib/misc/udhcpd.leases" /* where to find the DHCP server configuration file */ #define DHCPD_CONF_FILE "/etc/udhcpd.conf"