Browse Source

[2892] changed return param in testServerID function description

Wlodek Wencel 11 years ago
parent
commit
ca04edb656
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/dhcp6/dhcp6_srv.h

+ 2 - 1
src/bin/dhcp6/dhcp6_srv.h

@@ -125,7 +125,8 @@ protected:
     /// server identifier being used by the server.
     ///
     /// @param pkt DHCPv6 packet carrying server identifier to be checked.
-    /// @return True or False
+    /// @return true if server id carried in the query matches server id
+    /// used by the server; false otherwise.
     bool testServerID(const Pkt6Ptr& pkt);
 
     /// @brief verifies if specified packet meets RFC requirements