diff options
author | Marcin Siodelski <marcin@isc.org> | 2021-07-12 13:40:38 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2021-07-21 12:49:50 +0200 |
commit | 4355febb751b2599f9f59870c850472559c9269f (patch) | |
tree | 7d4168135d3f86b477f4571a9e4899c90bcc40de /src/lib/dhcpsrv/config_backend_pool_dhcp4.h | |
parent | [#1928] Do not re-order classes (diff) | |
download | kea-4355febb751b2599f9f59870c850472559c9269f.tar.xz kea-4355febb751b2599f9f59870c850472559c9269f.zip |
[#1928] Do not re-position the class on update
When follow_class_name value is null, do not change the class position.
Diffstat (limited to 'src/lib/dhcpsrv/config_backend_pool_dhcp4.h')
-rw-r--r-- | src/lib/dhcpsrv/config_backend_pool_dhcp4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/config_backend_pool_dhcp4.h b/src/lib/dhcpsrv/config_backend_pool_dhcp4.h index b9132c6a2a..e0f562e1c0 100644 --- a/src/lib/dhcpsrv/config_backend_pool_dhcp4.h +++ b/src/lib/dhcpsrv/config_backend_pool_dhcp4.h @@ -385,7 +385,7 @@ public: /// @param backend_selector Backend selector. /// @param server_selector Server selector. /// @param client_class Client class to be added or updated. - /// @param follow_client_class name of the class after which the + /// @param follow_class_name name of the class after which the /// new or updated class should be positioned. An empty value /// causes the class to be appended at the end of the class /// hierarchy. |