2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3340] Error message corrected

This commit is contained in:
Tomek Mrugalski
2024-05-22 12:48:00 +02:00
parent 424dc60d8e
commit d0a23dd20e

View File

@@ -231,7 +231,7 @@ Lease6Parser::parse(ConstSrvConfigPtr& cfg,
prefix_len = getUint8(lease_info, "prefix-len");
} else {
isc_throw(BadValue, "Incorrect lease type: " << txt << ", the only "
"supported values are: na, ta and pd");
"supported values are: IA_NA, and IA_PD");
}
}