mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#1550] added documentation
This commit is contained in:
parent
7b6f0c3b01
commit
ea9e70eb65
@ -604,7 +604,7 @@ AllocEngine::findReservation(ClientContext6& ctx) {
|
||||
ctx.hosts_[SUBNET_ID_GLOBAL] = findGlobalReservation(ctx);
|
||||
}
|
||||
|
||||
// If we had only to fetch global reservations it is done.
|
||||
// If only global reservations are enabled all work is done.
|
||||
if (!subnet->getReservationsInSubnet()) {
|
||||
return;
|
||||
}
|
||||
@ -3349,7 +3349,7 @@ AllocEngine::findReservation(ClientContext4& ctx) {
|
||||
ctx.hosts_[SUBNET_ID_GLOBAL] = findGlobalReservation(ctx);
|
||||
}
|
||||
|
||||
// If we had only to fetch global reservations it is done.
|
||||
// If only global reservations are enabled all work is done.
|
||||
if (!subnet->getReservationsInSubnet()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user