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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user