]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - includes/dhcpd.h
- Some bugs were fixed in the 'emergency relay agent options hologram'
[thirdparty/dhcp.git] / includes / dhcpd.h
index aa8928d811db1b34b83fafe8aa35577295ddd358..276e50d90a91ce1e5f6f1b0930ab81fc43354ced 100644 (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. */