X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=54d03796063d2b15ba6804e0dfcebc68266466ba;hp=6c46c726055605a191891197441c361a51b2c7d4;hb=776dbf88df1911ec379c2fece0089fd2f5c71021;hpb=afd342ec0c2db5f4f60d29dfec87249c7503a1f5;ds=sidebyside diff --git a/src/protocol.h b/src/protocol.h index 6c46c726..54d03796 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -36,6 +36,7 @@ /* Request numbers */ typedef enum request_t { + PROXY = -2, ALL = -1, /* Guardian for allow_request */ ID = 0, METAKEY, CHALLENGE, CHAL_REPLY, ACK, STATUS, ERROR, TERMREQ,