Add support for doing normal CDS queries on CDSv2.

This commit is contained in:
Greyson Parrelli
2022-08-31 15:38:22 -04:00
parent 9b17e7a7e2
commit 2eba9a8d72
10 changed files with 274 additions and 156 deletions
@@ -28,6 +28,10 @@ message ClientRequest {
// After receiving a new token from the server, send back a message just
// containing a token_ack.
bool token_ack = 7;
// Request that, if the server allows, both ACI and PNI be returned even
// if the aci_uak_pairs don't match.
bool return_acis_without_uaks = 8;
}
message ClientResponse {