]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1389] Minor comment improvements
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2020 13:34:30 +0000 (15:34 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 25 Sep 2020 07:36:03 +0000 (07:36 +0000)
src/bin/dhcp4/dhcp4_srv.cc

index 83489d2e27d93bd834f16258d1d31f7f95233e0f..b41eb6c9bfc43d909c3d96eb20d65720f1b943bf 100644 (file)
@@ -2430,7 +2430,8 @@ Dhcpv4Srv::assignLease(Dhcpv4Exchange& ex) {
             // compare DDNS parameters for both subnets and then decide if we need
             // to rerun the name logic, but that's not likely to be any faster than
             // just re-running the name logic.  @todo When inherited parameter
-            // performance is improved this argument could be revisisted.
+            // performance is improved this argument could be revisited.
+            // Another case is the new subnet has a reserved hostname.
 
             // First, we need to remove the prior values from the response and reset
             // those in context, to give processClientName a clean slate.