2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +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.
ALTERNATE_SOURCES = 2, // 1 << 2
// Consider both CfgInstance and alternate sources.
ALL_SOURCES = 3 // PRIMARY_SOURCE & ALTERNATE_SOURCES
ALL_SOURCES = 3 // PRIMARY_SOURCE | ALTERNATE_SOURCES
};
/// @brief Host Manager.