2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00
This commit is contained in:
Slawek Figiel
2023-05-10 13:42:06 +02:00
parent 325894525a
commit ae36d354a4

View File

@@ -30,7 +30,7 @@ enum HostMgrOperationTarget {
// Consider only the alternate sources. // Consider only the alternate sources.
ALTERNATE_SOURCES = 2, // 1 << 2 ALTERNATE_SOURCES = 2, // 1 << 2
// Consider both CfgInstance and alternate sources. // Consider both CfgInstance and alternate sources.
ALL_SOURCES = 3 // PRIMARY_SOURCE & ALTERNATE_SOURCES ALL_SOURCES = 3 // PRIMARY_SOURCE | ALTERNATE_SOURCES
}; };
/// @brief Host Manager. /// @brief Host Manager.