Browse Source

Document the change

Nicolas C 10 years ago
parent
commit
d6fff287a2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/dhcp4/dhcp4_hooks.dox

+ 3 - 0
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
    (This is scratch space used for constructing the packet after all
    pkt4_send callouts are complete, so any changes to that field will
    pkt4_send callouts are complete, so any changes to that field will
    be overwritten.)\n\n
    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.
 
 
  - <b>Skip flag action</b>: if any callout sets the skip flag, the server
  - <b>Skip flag action</b>: if any callout sets the skip flag, the server
    will not construct raw buffer. The expectation is that if the callout
    will not construct raw buffer. The expectation is that if the callout