mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 07:15:44 +00:00
Add dhcp_max_agent_option_packet_length.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char ocopyright[] =
|
static char ocopyright[] =
|
||||||
"$Id: dhcpd.c,v 1.45 1997/10/20 21:52:36 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
|
"$Id: dhcpd.c,v 1.46 1998/02/06 01:10:28 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium.";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
@@ -78,6 +78,8 @@ char *path_dhcpd_conf = _PATH_DHCPD_CONF;
|
|||||||
char *path_dhcpd_db = _PATH_DHCPD_DB;
|
char *path_dhcpd_db = _PATH_DHCPD_DB;
|
||||||
char *path_dhcpd_pid = _PATH_DHCPD_PID;
|
char *path_dhcpd_pid = _PATH_DHCPD_PID;
|
||||||
|
|
||||||
|
int dhcp_max_agent_option_packet_length = DHCP_MTU_MAX;
|
||||||
|
|
||||||
int main (argc, argv, envp)
|
int main (argc, argv, envp)
|
||||||
int argc;
|
int argc;
|
||||||
char **argv, **envp;
|
char **argv, **envp;
|
||||||
|
Reference in New Issue
Block a user