From: Ted Lemon Date: Sun, 15 Mar 1998 21:07:11 +0000 (+0000) Subject: Add declaration for agent option global (used by option parser). X-Git-Tag: carrel-2~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76195acb1caa6a8b6a10112a33f6357053a3bbfb;p=thirdparty%2Fdhcp.git Add declaration for agent option global (used by option parser). --- diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index a6c366bc6..c57790991 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -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;