2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 23:15:20 +00:00

[5122] Added a comment explaining (where) client-class code was moved

This commit is contained in:
Francis Dupont
2017-01-27 18:16:52 +01:00
parent 1d3b577aab
commit 8acb679084
2 changed files with 4 additions and 0 deletions

View File

@@ -259,6 +259,8 @@ protected:
subnet4->get4o6().setInterfaceId(opt); subnet4->get4o6().setInterfaceId(opt);
subnet4->get4o6().enabled(true); subnet4->get4o6().enabled(true);
} }
// client-class processing is now generic so in DhcpConfigParser
} }
}; };

View File

@@ -432,6 +432,8 @@ protected:
// Enable or disable Rapid Commit option support for the subnet. // Enable or disable Rapid Commit option support for the subnet.
subnet6->setRapidCommit(rapid_commit); subnet6->setRapidCommit(rapid_commit);
// client-class processing is now generic so in DhcpConfigParser
subnet_.reset(subnet6); subnet_.reset(subnet6);
} }