]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5437] Added a todo requested in review.
authorMarcin Siodelski <marcin@isc.org>
Fri, 2 Mar 2018 19:29:13 +0000 (20:29 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 2 Mar 2018 19:29:13 +0000 (20:29 +0100)
src/lib/dhcpsrv/shared_network.h

index d9839bce0600b0eefe688c5a75b5a423974ee854..25ab713f4dc94c1765064a9b0fbe4378c8722d01 100644 (file)
@@ -136,6 +136,9 @@ public:
     /// The preferred subnet must also fulfil the condition of equal client classes
     /// with the @c selected_subnet.
     ///
+    /// @todo Need extensions to this logic when we support more than one client
+    /// class for a subnet.
+    ///
     /// @param selected_subnet Pointer to a currently selected subnet.
     ///
     /// @return Pointer to a preferred subnet. It may be the same as @c selected_subnet