]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add dhcp_max_agent_option_packet_length.
authorTed Lemon <source@isc.org>
Fri, 6 Feb 1998 01:10:28 +0000 (01:10 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Feb 1998 01:10:28 +0000 (01:10 +0000)
server/dhcpd.c

index cb60962d3aae6a451b843e92a7a7517cef60248e..258f98221f152df2051f774634e4e9dc44517a45 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 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
 
 static char copyright[] =
@@ -78,6 +78,8 @@ char *path_dhcpd_conf = _PATH_DHCPD_CONF;
 char *path_dhcpd_db = _PATH_DHCPD_DB;
 char *path_dhcpd_pid = _PATH_DHCPD_PID;
 
+int dhcp_max_agent_option_packet_length = DHCP_MTU_MAX;
+
 int main (argc, argv, envp)
        int argc;
        char **argv, **envp;