2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

- Some bugs were fixed in the 'emergency relay agent options hologram'

which is used to retain relay agent option contents from when the
  client was in INIT or REBIND states.  This should solve problems where
  relay agent options were not echoed from the server, even when giaddr
  was set.  [ISC-Bugs #16787]
This commit is contained in:
David Hankins
2007-04-20 15:25:26 +00:00
parent c759db75e0
commit 9aa3f3a55d
3 changed files with 67 additions and 52 deletions

View File

@@ -347,6 +347,12 @@ struct packet {
int known;
int authenticated;
/* If we stash agent options onto the packet option state, to pretend
* options we got in a previous exchange were still there, we need
* to signal this in a reliable way.
*/
isc_boolean_t agent_options_stashed;
};
/* A network interface's MAC address. */