]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2892] changed return param in testServerID function description
authorWlodek Wencel <wlodek@isc.org>
Thu, 16 Jan 2014 11:49:44 +0000 (12:49 +0100)
committerWlodek Wencel <wlodek@isc.org>
Thu, 16 Jan 2014 11:49:44 +0000 (12:49 +0100)
src/bin/dhcp6/dhcp6_srv.h

index 1ef6d0db95558c19c396dc6cc8767380266dbc57..a943dae496d39e3154c42f97c770d013ee0a50e6 100644 (file)
@@ -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