} else {
isc_throw(BadValue, "Incorrect identifier type: "
<< txt << ", the only supported values are: "
- "address, hw-address, duid");
+ "address, hw-address, duid, client-id");
}
}
" }\n"
"}";
exp_rsp = "Incorrect identifier type: color, the only supported values are: "
- "address, hw-address, duid";
+ "address, hw-address, duid, client-id";
testCommand(cmd, CONTROL_RESULT_ERROR, exp_rsp);
// Query by DUID is not supported in v4. Sorry.
" }\n"
"}";
exp_rsp = "Incorrect identifier type: color, the only supported values are: "
- "address, hw-address, duid";
+ "address, hw-address, duid, client-id";
testCommand(cmd, CONTROL_RESULT_ERROR, exp_rsp);
// Query by DUID is not supported in v4. Sorry.
" }\n"
"}";
exp_rsp = "Incorrect identifier type: color, the only supported values are: "
- "address, hw-address, duid";
+ "address, hw-address, duid, client-id";
testCommand(cmd, CONTROL_RESULT_ERROR, exp_rsp);
// Query by hw-address is not supported in v6. Sorry.
" }\n"
"}";
exp_rsp = "Incorrect identifier type: color, the only supported values are: "
- "address, hw-address, duid";
+ "address, hw-address, duid, client-id";
testCommand(cmd, CONTROL_RESULT_ERROR, exp_rsp);
// Query by hw-address is not supported in v6. Sorry.