From d6fff287a240bf87078d0f49cdd93a1195f69c94 Mon Sep 17 00:00:00 2001 From: Nicolas C Date: Wed, 1 Apr 2015 09:22:57 +0200 Subject: [PATCH] Document the change --- src/bin/dhcp4/dhcp4_hooks.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/dhcp4/dhcp4_hooks.dox b/src/bin/dhcp4/dhcp4_hooks.dox index cc1b5f127d..e286a6d479 100644 --- a/src/bin/dhcp4/dhcp4_hooks.dox +++ b/src/bin/dhcp4/dhcp4_hooks.dox @@ -187,6 +187,9 @@ packet processing. Hook points that are not specific to packet processing (This is scratch space used for constructing the packet after all pkt4_send callouts are complete, so any changes to that field will be overwritten.)\n\n + The argument query4 contains a pointer to the corresponding query packet + (allowing to perform correlation between response and query). This object + cannot be modified. - Skip flag action: if any callout sets the skip flag, the server will not construct raw buffer. The expectation is that if the callout -- 2.47.2