]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3340] Error message corrected
authorTomek Mrugalski <tomek@isc.org>
Wed, 22 May 2024 10:48:00 +0000 (12:48 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 23 May 2024 13:44:25 +0000 (15:44 +0200)
src/hooks/dhcp/lease_cmds/lease_parser.cc

index 7eb4119fd8e4260e7ba68d87032a6da728344aef..666659372f82f2203b22db57fb692b76634941e4 100644 (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");
         }
     }