More Admin Errors

This commit is contained in:
Jonathan Bennett 2024-09-16 21:36:03 -05:00 committed by GitHub
parent 0c0d061ec5
commit a5cf8b5ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -811,7 +811,17 @@ message Routing {
/*
* The receiving node does not have a Public Key to decode with
*/
PKI_UNKNOWN_PUBKEY = 35;
PKI_UNKNOWN_PUBKEY = 35;
/*
* Admin packet otherwise checks out, but uses a bogus or expired session key
*/
ADMIN_BAD_SESSION_KEY = 36;
/*
* Admin packet sent using PKC, but not from a public key on the admin key list
*/
ADMIN_PUBLIC_KEY_UNAUTHORIZED = 37;
}
oneof variant {