diff options
author | Thomas Markwalder <tmark@isc.org> | 2023-03-22 12:14:37 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2023-03-23 12:18:26 +0100 |
commit | fe61ecd57aa726b671d504c30d0f77ceb89cb690 (patch) | |
tree | 5185f1ab00e1791028700d1ccb4e77830ba5fe18 /src/lib/dhcpsrv/alloc_engine.h | |
parent | Applying suggested changes (diff) | |
download | kea-fe61ecd57aa726b671d504c30d0f77ceb89cb690.tar.xz kea-fe61ecd57aa726b671d504c30d0f77ceb89cb690.zip |
[#2719] Addressed minor review comments
Diffstat (limited to '')
-rw-r--r-- | src/lib/dhcpsrv/alloc_engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index 8b493c0d25..f844fa7710 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -1534,7 +1534,6 @@ public: /// If the client query is a BOOTP query or something other than /// DHCPDISCOVER, return 0. /// - /// @todo Classes not supported yet. /// Otherwise, the value will be selected from the first /// class matched to the query which defines it or from the subnet /// if none do. Classes are searched in the order they are assigned |