mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 00:37:01 +00:00
Version 2.2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
61b6acf2f5
commit
658fe50312
14 changed files with 697 additions and 163 deletions
|
|
@ -32,6 +32,9 @@
|
|||
#ifndef OUTPUT_FORMAT
|
||||
# define OUTPUT_FORMAT "text"
|
||||
#endif
|
||||
#ifndef OUTPUT_LIMIT
|
||||
# define OUTPUT_LIMIT "77"
|
||||
#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