X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol.c;fp=src%2Fprotocol.c;h=65aabd8101ababb82b1e258c95f96e5aba007d1c;hb=1c1ea3e501944f1e49cb65add689d9cd6dea8af6;hp=374c52299fe8d7d9bd84739cf26ba43d3f75f307;hpb=7f7b53dc2011fc8ceda1e0678d9f78b1dbd8c1d1;p=meshlink diff --git a/src/protocol.c b/src/protocol.c index 374c5229..65aabd81 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -29,7 +29,6 @@ #include "xalloc.h" bool tunnelserver = false; -bool strictsubnets = false; bool experimental = true; /* Jumptable for the request handlers */ @@ -38,9 +37,9 @@ static bool (*request_handlers[])(connection_t *, const char *) = { id_h, metakey_h, challenge_h, chal_reply_h, ack_h, status_h, error_h, termreq_h, ping_h, pong_h, - add_subnet_h, del_subnet_h, + NULL, NULL, //add_subnet_h, del_subnet_h, add_edge_h, del_edge_h, - key_changed_h, req_key_h, ans_key_h, tcppacket_h, control_h, + key_changed_h, req_key_h, ans_key_h, tcppacket_h, NULL, //control_h, }; /* Request names */