]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add declaration for agent option global (used by option parser).
authorTed Lemon <source@isc.org>
Sun, 15 Mar 1998 21:07:11 +0000 (21:07 +0000)
committerTed Lemon <source@isc.org>
Sun, 15 Mar 1998 21:07:11 +0000 (21:07 +0000)
relay/dhcrelay.c

index a6c366bc6d2501d8bf81715ac8f92a5b97e90e8b..c5779099193adb097fc7b9a623d8dfa4137fe92c 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dhcrelay.c,v 1.10 1997/12/09 19:04:04 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.11 1998/03/15 21:07:11 mellon Exp $ Copyright (c) 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -62,6 +62,8 @@ char *path_dhcrelay_pid = _PATH_DHCRELAY_PID;
 struct interface_info fallback_interface;
 #endif
 
+int dhcp_max_agent_option_packet_length = 0;
+
 u_int16_t local_port;
 u_int16_t remote_port;
 int log_priority;