Merge pull request #580 from meshtastic/jp-bennett-patch-3

More Admin Errors
pull/581/head
Tom Fifield 2024-09-17 10:50:32 +08:00 zatwierdzone przez GitHub
commit e8eff71bb0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -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 {