mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 00:37:01 +00:00
Version 2.3
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
658fe50312
commit
609b7faeee
20 changed files with 268 additions and 608 deletions
|
|
@ -25,16 +25,16 @@
|
|||
#endif
|
||||
#ifndef DHCPDLEASE_FILE
|
||||
# define DHCPDLEASE_FILE "/var/lib/dhcp/dhcpd.leases"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Default output style
|
||||
* possible formats are the same as you can see from --help */
|
||||
#ifndef OUTPUT_FORMAT
|
||||
# define OUTPUT_FORMAT "text"
|
||||
#endif
|
||||
#endif
|
||||
#ifndef OUTPUT_LIMIT
|
||||
# define OUTPUT_LIMIT "77"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Maximum line length in dhcpd.conf and dhcpd.leases */
|
||||
static const int MAXLEN = 1024;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue