From: Francis Dupont Date: Wed, 10 Jul 2019 20:05:55 +0000 (+0200) Subject: [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the... X-Git-Tag: Kea-1.6.0-beta2~62 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=39080d3ad234c16ef50cc02047204772999730c8;p=thirdparty%2Fkea.git [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the-server-tags] Added missing spaces --- diff --git a/src/lib/dhcpsrv/config_backend_dhcp4.h b/src/lib/dhcpsrv/config_backend_dhcp4.h index 188bcb7202..6b6153ebb4 100644 --- a/src/lib/dhcpsrv/config_backend_dhcp4.h +++ b/src/lib/dhcpsrv/config_backend_dhcp4.h @@ -123,7 +123,7 @@ public: /// @brief Retrieves all subnets belonging to a specified shared network. /// - /// Allowed server selectors:ANY. + /// Allowed server selectors: ANY. /// Not allowed server selectors: UNASSIGNED, ALL, ONE, MULTIPLE. /// /// @param server_selector Server selector. diff --git a/src/lib/dhcpsrv/config_backend_dhcp6.h b/src/lib/dhcpsrv/config_backend_dhcp6.h index 0e4a843bb1..003e0c3489 100644 --- a/src/lib/dhcpsrv/config_backend_dhcp6.h +++ b/src/lib/dhcpsrv/config_backend_dhcp6.h @@ -124,7 +124,7 @@ public: /// @brief Retrieves all subnets belonging to a specified shared network. /// - /// Allowed server selectors:ANY. + /// Allowed server selectors: ANY. /// Not allowed server selectors: UNASSIGNED, ALL, ONE, MULTIPLE. /// /// @param server_selector Server selector.