mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
Add agent_options argument to cons_options
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"$Id: options.c,v 1.33 1998/11/05 18:42:47 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: options.c,v 1.34 1998/11/06 00:12:40 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#define DHCP_OPTION_DATA
|
#define DHCP_OPTION_DATA
|
||||||
@@ -251,11 +251,12 @@ int parse_agent_information_option (packet, len, data)
|
|||||||
of vendor options using the same routine. */
|
of vendor options using the same routine. */
|
||||||
|
|
||||||
int cons_options (inpacket, outpacket, mms, options,
|
int cons_options (inpacket, outpacket, mms, options,
|
||||||
overload, terminate, bootpp)
|
agent_options, overload, terminate, bootpp)
|
||||||
struct packet *inpacket;
|
struct packet *inpacket;
|
||||||
struct dhcp_packet *outpacket;
|
struct dhcp_packet *outpacket;
|
||||||
int mms;
|
int mms;
|
||||||
struct option_state *options;
|
struct option_state *options;
|
||||||
|
struct agent_options *agent_options;
|
||||||
int overload; /* Overload flags that may be set. */
|
int overload; /* Overload flags that may be set. */
|
||||||
int terminate;
|
int terminate;
|
||||||
int bootpp;
|
int bootpp;
|
||||||
|
Reference in New Issue
Block a user