Browse Source

[2994] Changes after review:

 - missing header added
 - invalid reference to prefixes removed
Tomek Mrugalski 12 years ago
parent
commit
be65cfba93
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/bin/dhcp4/dhcp4_hooks.dox
  2. 1 0
      src/lib/dhcpsrv/tests/alloc_engine_unittest.cc

+ 2 - 2
src/bin/dhcp4/dhcp4_hooks.dox

@@ -78,8 +78,8 @@ packet processing. Hook points that are not specific to packet processing
    - name: @b subnet4collection, type: const isc::dhcp::Subnet4Collection *, direction: <b>in</b>
    - name: @b subnet4collection, type: const isc::dhcp::Subnet4Collection *, direction: <b>in</b>
 
 
  - @b Description: this callout is executed when a subnet is being
  - @b Description: this callout is executed when a subnet is being
-   selected for the incoming packet. All parameters, addresses and
-   prefixes will be assigned from that subnet. A callout can select a
+   selected for the incoming packet. All parameters and addresses
+   will be assigned from that subnet. A callout can select a
    different subnet if it wishes so, the list of all subnets currently
    different subnet if it wishes so, the list of all subnets currently
    configured being provided as 'subnet4collection'. The list itself must
    configured being provided as 'subnet4collection'. The list itself must
    not be modified.
    not be modified.

+ 1 - 0
src/lib/dhcpsrv/tests/alloc_engine_unittest.cc

@@ -35,6 +35,7 @@
 
 
 #include <iostream>
 #include <iostream>
 #include <sstream>
 #include <sstream>
+#include <algorithm>
 #include <set>
 #include <set>
 #include <time.h>
 #include <time.h>