From 4355febb751b2599f9f59870c850472559c9269f Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 12 Jul 2021 13:40:38 +0200 Subject: [#1928] Do not re-position the class on update When follow_class_name value is null, do not change the class position. --- src/lib/dhcpsrv/config_backend_pool_dhcp4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dhcpsrv/config_backend_pool_dhcp4.h') 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. -- cgit v1.2.3